Multiple choice technology platforms and products

Process Commander starts execution of a different flow, using the current or a different work object. Processing in the current flow rule continues in parallel, without waiting for the other flow to complete. Which one of the following shapes is suitable for this statement?

  1. Spin off

  2. Split join

  3. Split for each

  4. Called flow

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Spin off starts the target flow in parallel using the current or a different work object, allowing the parent flow to continue immediately. Split join and split for each pause the current flow until their subprocesses finish, while called flows run synchronously.