cdp_run_workflow
Execute workflows in Acquia's Customer Data Platform by triggering campaign flows, data exports, or scheduled processes with optional parameters for scoped runs.
Instructions
Trigger a workflow execution. Optionally provide entityType/entityId for scoped runs, or scheduleId for scheduled runs. body is an optional JSON string — many workflows require a properties map, e.g. CAMPAIGN_FLOW_DEFAULT needs {"campaignProperties":"{}"}, DATA_EXPORT_DEFAULT needs {"dataExportProperties":"{}"}. When omitted, no body is sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| version | No | ||
| entity_type | No | ||
| entity_id | No | ||
| schedule_id | No | ||
| body | No | ||
| tenant_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |