start_process
Initiate a new workflow process from a template. Provide a template ID and payload matching the header schema to receive the process ID and initial status.
Instructions
Start a new workflow process under a template. template_id: UUID of the workflow template (MUST use the 'id' field from list_pipelines, NOT 'pipeline_id'). payload: Input data matching the template's header_schema. Returns: The started process ID and initial status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| template_id | Yes |