Decision


The Branching Activities section in ELSA provides powerful tools to define conditional logic and parallel execution paths within a workflow. These activities allow workflows to make decisions, execute multiple processes simultaneously, and control the flow of execution based on predefined conditions.

Overview of Branching Activities

Each activity serves a specific purpose in defining how workflows should proceed based on different conditions:

  • The Decision activity evaluates a condition and directs the workflow along different paths based on whether the condition is met or not.
  • It typically includes two outputs: True (if the condition is met) and False (if the condition is not met).
  • Useful for workflows that need to check specific conditions before proceeding.