Join


  • The Join activity merges multiple execution paths back into a single flow.
  • It ensures that all required tasks in separate branches are completed before proceeding.
  • Useful for workflows that split into parallel branches and need to synchronize before moving forward.