v0.0.4b

Action Select Automation

Jan 1, 2026

Automation

Type: ActionSelectAction

Programmatically triggers an action in a specified step, simulating a user clicking the action button.

Properties

  • Target Step Name: Name of the step containing the action

  • Target Action Name: Name of the action to trigger

Configuration

Target Step Name

  • Name of the step containing the action to be triggered

  • Must reference an existing step name in the current process

Target Action Name

  • Name of the action to be triggered in the target step

  • Must reference an existing action name in the target step

Validation

  • Target step must exist in the current process

  • Target action must exist in the target step

Runtime Behavior

  • Simulates a user clicking the specified action button

  • Executes the action's associated logic

  • May trigger additional automations if configured on the action

  • Process advances according to the action's configuration

Use Cases

  • Automated action execution

  • Conditional action triggering

  • Workflow automation without user interaction

  • Testing and simulation

  • Programmatic step progression

  • Auto-approval scenarios