Starting anther process from another

1
0
-1

Suppose in one step of the current pool, another process should be initiated. How can this be done?

1 answer

1
+1
-1
This one is the BEST answer!

Hi,

You can use a call activity in the parent process to instantiate a called process: https://documentation.bonitasoft.com/bonita/2021.2/process/called-processes

You can also throw an event message and use a catch start message to start an other process: https://documentation.bonitasoft.com/bonita/2021.2/process/events#_start...

HTH,

Notifications