Multiple choice technology

A workflow task has multiple links leading from it to other tasks. If no conditions are placed upon any of the links, what happens?

  1. The workflow fails.

  2. The linked tasks are executed in order.

  3. The linked task with the highest priority executes first.

  4. All the linked tasks are executed simultaneously

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

In a workflow, when multiple links have no conditions, all linked tasks execute simultaneously. This is the default behavior. The workflow doesn't fail, tasks don't execute in order, and there's no automatic priority - all tasks run in parallel.