List of available Trigger Step templates

  1. Trigger Another Flow and Proceed: starts another Flow and proceeds with the current Flow's execution without waiting for the result.
  2. Trigger Another Flow and Wait for Result: starts another Flow and waits for its result before proceeding with the current Flow's execution.
  3. Wait for Trigger from Another Flow: starts a Flow after it is triggered by another Flow.
  4. Return Result to Another Flow: sends selected data as a result of one Flow execution to another.
  5. Return Error to Another Flow: sends selected data as an error of one Flow execution to another.
  6. Fetch Result from Another Flow: retrieves the result of another Flow's execution and proceeds depending on that result.