About actions
- Last UpdatedApr 04, 2025
- 1 minute read
An action enables you to configure a particular action to execute.

You can configure an action to:
-
Execute at item start.
-
Execute based on a dependency
-
Execute based on subscription
-
Execute manually
Function property
The Function property determines the action to execute. It can also point to a code item.
|
Type |
Description |
|---|---|
|
Start |
The action item executes each time the action item in Studio is started. |
|
Dependency |
The action item is dependent on another item to tell it when to execute, for example, a time event. When the time event moves to True the action executes. |
|
Subscription |
The action item executes based on subscription. It subscribes to event changes, such as reporting points. |
|
Manual |
The action item executes manually on demand. This option can be used in addition to other execution options. |