ID of the Action to run.
OptionalinputMapping: unknownOptional mapping config resolved against { record, recordId, entityId }
to build the action's input params (e.g. { "CustomerID": "record.ID", "Tier": "record.Tier" }).
Processes one record.
The record to process.
The per-record execution context.
The record's outcome (Succeeded / Failed / Skipped) plus any payload / trace links.
StaticbuildResolves the input mapping into Action input params.
StaticbuildNamed sources exposed to the input mapping for a record.
StaticextractCollects an action's output params into a plain payload object.
Optionalparams: ActionParam[]
Runs an Action for each record, mapping the record into the action's input parameters.