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