Describes how to use the end step

Description

Marks the end of the flow. It is optional and it can return a result.

Category

System

Rules

  • There has to be at least one end step.

Inputs

Label Type Required Default Visibility Description

Return result

boolean

no

Always

If true it will return the final result of the flow.

Result

object

no

config.returnResult

The final result to be returned by the flow.

Outputs

No configuration is needed.

Sample

Image of end step.

The flow starts, the logger step logs something and then the execution finishes with the end step.

Back to top