Skip to main content

Start Action

Start Action marks the entry point of a workflow and is automatically placed at the beginning of every workflow. It represents where execution begins when the workflow is triggered or run manually.It is the mandatory starting point and connects to the first actionable step.

Appearance

In Talos, Start Action appears as a circular node with a play icon, symbolizing the beginning of execution.

Decision Icon

Properties

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