Skip to main content

Sortie

Exit point of the workflow. Returns the final result that will be available to the caller (API, sub-workflow, interface).

Parameters

ParameterTypeRequiredVariableDescription
outputVariabletextNoNoVariable name containing the workflow output value.
labeltextNoNoDisplay label for this output in the interface and logs.
Tip

Connect the output block to the last block in your chain. The final result is automatically composed of the data from the last connected block.