Trigger a third-party process during work item execution

Running one process can sometimes trigger an instance of another process. In this article we will see how to set up this type of configuration.

Trigger a work item from another process that must be completed before continuing execution of the parent process

You must use a call activity to trigger another process and wait for that process to finish executing to resume executing the original work item.

To learn more about configuring this element: How to reuse processes.

Trigger a work item from another process that can be run in parallel with the one of the parent process

You should use a message intermediate or end event with throw behavior to trigger another process to run independently of the original work item run.

To learn more about this setup: How to configure process message.

Was this article helpful?

Related Articles