Workflows
Execute Process Workflow
Trigger the execution of an agentic workflow on a specific business process.
POST
Body Parameters
The unique identifier for the sub-project.
The unique identifier for the process.
The key identifying the stage where this workflow is configured.
The unique ID of the workflow to execute.
Optional custom metadata and extra contextual options to start the workflow run.
Response
Error Codes
| Code | ID | Description |
|---|---|---|
ERROR_PROCESS_META_IS_MISSING_IN_REQUEST | 1200 | Metadata missing in request (e.g., processId or workflowId) |
ERROR_PROCESS_DOES_NOT_EXIST | 1239 | The specified process ID was not found |
ERROR_SUBPROCESS_META_NOT_FOUND | 1202 | Sub-project metadata not found |
ERROR_NOT_ALLOWED_TO_CALL_METHOD | 1209 | User unauthorized to execute workflows |
