Pass Values between Processes

If you want to supply parameters in a process link, you need to change the start of the linked process to Internal event and choose a business entity for the start parameters. The same thing applies if you want to return values from a process, then you have to change the end element to Internal event.

pass-values-between-processes-2018-07-24-1

As soon as you have done this, back in the parent process in the Link configuration dialog, the drop down on the bottom becomes active and you can choose from all internal starts of the child process.

pass-values-between-processes-2018-07-24-2

After clicking Next, you can configure what parameters to assign and return (you can only return values if you configure the link as Synchronous). When you use mapped business entities, there is a virtual field named the same as the business entity. If you map this field, the child process selects the same business entity that is selected in the parent (but that only works with single entities and not collections).

pass-values-between-processes-2018-07-24-3

pass-values-between-processes-2018-07-24-4