Auto Run Action Configuration
Every auto-run action has several properties:
Field Description | Field Name |
Description. A textual description of the automatically started action. This is also a description of the Auto Run Action context. | description |
Context Mask. This defines the scope of the Auto Run action. The action will be launched from all contexts matching this mask. | mask |
Action. The action which will be launched when Auto Run is activated. | action |
Enabled. The Auto Run action can also be enabled or disabled (without deleting the action itself). | enabled |
Condition. An expression that must evaluate to true in order for the auto-run action to be executed. | condition |
Parameters. Action execution parameters. | executionParameters |
These properties may be accessed through the childInfo variable.
Was this page helpful?