ConnectorAction
Type: Object
An embedded action definition containing a Lua script for connector functionality
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| description | String | Description of what the action does | ||
| kind | ActionKind! | The type/category of action (e.g., :preflight, :dfe, :quality_check) | ||
| name | String! | The name of the action | ||
| script | String! | The Lua script that implements the action logic | ||
| version | String! | The version of the action interface (semantic versioning) |