Get a Compliance Orchestrator workflow
Returns a workflow’s status and its steps in execution order. Read it to see what a given workflowId will screen, and which fields its rules may reference.
Path Parameters
The workflow's identifier.
Response
Workflow
A workflow's current definition, including its steps and each step's rule sets.
A workflow is the configuration a screening runs against: an ordered list of steps, each backed by one connector. It must be ACTIVE before a screening will accept it — DRAFT is the editing state, so a screening never runs against a half-finished configuration.
Unique identifier of the workflow.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
A workflow's status, which controls whether it can be screened against.
DRAFT— the editing state. Rules can be changed while nothing is screening against them, so a screening never runs against a half-finished configuration.ACTIVE—POST /v1/compliance/orchestrator/screeningsaccepts screenings against this workflow.
ACTIVE, DRAFT "ACTIVE"
User-facing display name for the workflow.
"KYT Screening - EU Customers"
Unix timestamp in seconds when the workflow was provisioned, encoded as a string.
"1735689600"
Flat list — one step per connector.
The template this workflow was provisioned from, if any.
"m1-kyt-workflow"
User-facing free-text description of the workflow's purpose.
"Screens EU customer addresses against KYT risk providers."