Skip to main content

Stop

What is Stop Entity

The stop entity can be used to stop the execution of a flow at a specific point. It can also be used to stop and debug the flows up to a specific point in the flow, without executing the entire flow.

Built-in operations in Stop Entity

This topic describes the list of operations that can be performed on a Stop entity in the Backflipt platform.

Stop Operation Description
Stop normally It can be used to stop a flow with a message and a payload.
The debug log shows the stopped flow as Paused.
Stop with Errors It can be used to stop a flow with an error message.
The output shows the name, status code, error message, and payload.

Top of page