Shamma Negi
Kilo Sage

Hi All,

 

End Flow action flow action helps us to end the flow at any given point of time.

It helps us to stop running the current flow. Use End Flow within a branch of the flow to specify an exit condition. For example, end the flow when it reaches a specific If flow logic block.

 

 

End Flow logic can be contained within a conditional flow logic block, such as an IfElse If, or Else flow logic block. Use this flow logic to stop a flow when certain conditions are met. You cannot add actions or flow logic after you use the End Flow flow logic. All branches of a flow are ended when a flow reaches the End Flow flow logic, including the Wait for a duration logic. Any branches that run in parallel also stop their progress when you use the End Flow flow logic.

 

Execution Details:

 

When a flow ends, the flow state becomes Complete.

 

Regards,

Shamma Negi