Portal Community

Metadata Fields

Execution ID exec-7f3a9b12-04e1-4c28-b9d0-ff2a01c83e4a
Process Thread Invoice Approval Workflow — v1.3
Triggered By user:binoy@bizfirstai.com (Manual)
Trigger Type Manual

Fields Reference

FieldSourcePurpose
Execution IDPOST /execute responseCorrelate with server logs, support tickets, and the Execution History tab
Process ThreadProcessThread.name + versionIdentify which version of the workflow ran
Triggered ByActor identity from auth tokenAudit — who initiated this run
Trigger TypeExecutionTriggerType enumManual, Webhook, Schedule, Form — how the execution was initiated

Copying the Execution ID

A copy button next to the ExecutionId uses the Clipboard API:

navigator.clipboard.writeText(executionId)
  .then(() => showToast('Execution ID copied'));

The ExecutionId is the primary key to look up this run in: