add_task_to_pipeline
Add a task to a pipeline with optional ordering. Specify pipeline and task IDs; if no order index, task appends at the end.
Instructions
将任务添加到 Pipeline。指定任务在 Pipeline 中的顺序。不传 order_index 则自动追加到末尾。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | Pipeline ID | |
| task_id | Yes | 任务 ID | |
| order_index | No | 顺序索引(不传则自动追加到末尾) |