ID of the Agent to run (must be top-level + ExposeAsAction).
OptionalinputMapping: unknownOptional mapping config resolved against { record, recordId, entityId }
to build the agent's data. When omitted, the whole record is passed as data.
Processes one record.
The record to process.
The per-record execution context.
The record's outcome (Succeeded / Failed / Skipped) plus any payload / trace links.
StaticbuildBuilds the agent data payload from the record + optional input mapping.
Runs an Agent for each record, mapping the record into the agent's input data.