Update task by ID
Updates an existing task by ID from any workflow context. Fields are passed as JSON.
Updates an existing task by ID from any workflow context. Fields are passed as JSON.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Task ID | int | yes | |
| Fields to update (UPPERCASE JSON): {"TITLE":"New title","RESPONSIBLE_ID":5,"DEADLINE":"2024-12-31T23:59:59+03:00","PRIORITY":"2"} | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Success (Y/N) | string |