AutomationActionConfig
Type: Object
Configuration for Action nodes that execute Ash actions on resources. Provides dynamic parameter mapping and result handling for resource operations.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| action | Action! | Reference to the action resource to execute | ||
| actionId | ID! | |||
| actionKind | ActionKind! | The type/category of action | ||
| actionName | String! | Name of the action to execute | ||
| expression | ExpressionScalar! | Expression to derive parameters for the action | ||
| type | String! | Node type identifier |