Actions
End If/Else/For Statement
Overview
Mark the end of a conditional statement or loop to clearly define process boundaries within the workflow.
Use Cases
- Workflow Clarity: Ensure conditional branches or loops are properly closed.
- Error Prevention: Avoid unintended behavior by marking the end of logical constructs.
Configuration Fields
- None Required: This action serves as a boundary marker and does not require additional configuration.