ZRM Docs
Domain Model

Automation Action Trace

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
ruleIdunknownYesID of the associated rule
triggerTypeenum(event, schedule, condition)YesTrigger type
triggerPayloadunknownYesTrigger payload
actionTypeenum(create_record, update_status, send_notification, agent_review, run_workflow, create_reorder_po, create_agent_task, create_agent_task_and_dispatch)YesAction type
actionPayloadunknownYesAction payload
resultStatusenum(executed, drafted, approved, rejected, skipped, error)YesResult status
resultPayloadunknownYesResult payload
agentTraceIdunknownYesID of the associated agent trace
reviewedByUserIdunknownYesID of the associated reviewed by user
reviewedAtunknownYesReviewed at
executionDurationMsunknownYesExecution duration ms
workspaceIdstringYesID of the associated workspace
createdAtstring.date-timeYesCreated at

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
ruleIdunknownYesID of the associated rule
triggerTypeenum(event, schedule, condition)YesTrigger type
triggerPayloadobjectNoTrigger payload
actionTypeenum(create_record, update_status, send_notification, agent_review, run_workflow, create_reorder_po, create_agent_task, create_agent_task_and_dispatch)YesAction type
actionPayloadobjectNoAction payload
resultStatusenum(executed, drafted, approved, rejected, skipped, error)YesResult status
resultPayloadobjectNoResult payload
agentTraceIdstring.uuidNoID of the associated agent trace
executionDurationMsintegerNoExecution duration ms
workspaceIdstringYesID of the associated workspace

On this page