Skip to main content

Loop Start Action

Loop Start Action marks the beginning of a loop construct in a workflow. It defines the first and break actions allowing a sequence of actions to be repeated multiple times until a condition is met.

Appearance

In Talos, Loop Start Action appears as a hexagonal node with a loop icon, symbolizing the start of iteration. It connects to subsequent actions within the loop body and links back to the loop end.

Properties

As all Actions, Loop Start 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.