automatic

Automatically set data to contract

I have a process which has a gateway, in one way I want to set data to a list property automatically (the data will always be the same).

For example, let's say I have a business object with an array of strings called "names", when I reach one specific task I want to automtically set names to something like ['George','Michael'] and then finish the task, the user does not even realize this task was completed.

How can I achieve this?

Notifications