process-create_task
process-create_taskCreate a process task linked to a case and process definition. The task automatically executes when its status is set to active.
Instructions
Creates a process task linked to a definition. When activated (status=active), the process will execute automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Case ID (@rid format) | |
| description | No | Task description | |
| input_data | No | Input variables for the process template | |
| priority | No | Priority: critical, high, medium, low | |
| process_definition_id | Yes | Process definition ID to execute | |
| status | No | Initial status (default: available) | |
| title | Yes | Task title |