Next Loop Action
Next Loop Action skips the remaining actions in the current loop iteration and proceeds directly to the next iteration. It is commonly used within loop bodies to conditionally skip processing for certain items or to implement early continuation logic.
Appearance
In Talos, Next Loop Action appears as a hexagonal node with a loop arrow icon, symbolizing iteration control. It is typically placed within loop constructs and redirects flow back to the loop start.
Properties
As all Actions, Next Loop Action has a few unique properties that are essential for it's functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.