Action
Type: Object
Script-based actions that can be executed as part of automation workflows using Lua scripts.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| connection | Connection | The connection that owns this action | ||
| connectionId | ID | |||
| createdAt | DateTime! | |||
| description | String | Description of what the action does | ||
| executionType | ActionExecutionType! | How the action is executed - always script-based for database actions | ||
| id | ID! | |||
| inputSchema | JsonString | JSON Schema defining the input parameters for this action | ||
| kind | ActionKind! | The type/category of action | ||
| name | String! | The name of the action | ||
| script | String! | The Lua script that implements the action logic | ||
| updatedAt | DateTime! | |||
| version | String! | The version of the action interface |