Trigger Another Flow

Start another Job using its ID and optional parameters

Parameters

Label (internal name) Type Default Description
Flow Identifier (jobID) string Unique identifier (uuid) of the job to launch
Pass Input to new Flow (copyInput) boolean Pass current Action input (Nodes, Users, etc...) as input to the new Flow
Task Identifier (optional) (taskID) string If you need to know the task ID, otherwise generated automatically
Name (parameters.paramName) string Name of the parameter
Value (parameters.paramValue) string Value of the parameter
Back to top