▶
ExecutionExecution input
UI/Elements
Dynamically sets the legacy default action or a named event action of an interactive element
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Execution input
Reference to the element (ID string or element object from Get Element)
Identifier of the element or widget instance.
Instance the element lives in. Absent for elements addressed directly.
Widget this instance was created from.
Surface the element is rendered on.
The component itself, whose props are defined by the component type.
Optional named component event (for example click, change, open, or delete). Leave empty to update the legacy default action.
Type of action: navigate_page, external_link, workflow_event, or clear to remove action
For navigate_page: the route path (e.g., /about, /products/123)
For navigate_page: optional JSON object of query parameters
For external_link: the external URL to open
For workflow_event: the ID of the workflow node to trigger
Execution output