demo5_cancel_task
Cancel a running pipeline task by providing its task ID. The task stops at its current step, with an optional reason for cancellation.
Instructions
Cancel a running pipeline task. The task will stop at its current step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID to cancel | |
| reason | No | Cancellation reason | User requested cancellation |