flow-create-task-batch
Create bot task in flow project from pipeline input.
The following fields are read from each input row:
- project_id (STRING, required): Target project ID
- title (STRING, required): Task title
- contents (STRING, required): Task body
- status (STRING, required): Task status (request, progress, feedback, complete, hold)
- priority (STRING, optional): Task priority (low, normal, high, urgent)
- start_date (STRING, optional): Task start date (YYYYMMDD, e.g. 20260429)
- end_date (STRING, optional): Task end date (YYYYMMDD, e.g. 20260430) Per-row result is written to '_result', '_flow_task_id' and '_error' fields.
flow-create-task-batch profile=PROFILE bot-id=BOT-ID [dry-run=DRY-RUN]
- profile=PROFILE
- flow connect profile
- bot-id=BOT-ID
- Notification bot ID
- dry-run=DRY-RUN
- Dry run mode (t or f, default: t)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| _result | String | Result | success or fail |
| _flow_task_id | String | Task ID | Created task ID. |
| _error | String | Error | Error message on failure. |