conductor
conductor copied to clipboard
Updating the status of an IN PROGRESS task to IN PROGRESS returns it to SCHELUDED
Describe the bug Updating the status of an IN PROGRESS task to IN PROGRESS returns it to SCHELUDED.
Details Conductor version: 3.13.6
To Reproduce Make this call: GET /api/tasks/poll/TASK_TYPE
And after this call:
POST /api/tasks
{ "workflowInstanceId": "workflow-instance-id", "taskId": "task-id", "status": "IN_PROGRESS" } Expected behavior When updating a task in IN PROGRESS status it remains in IN PROGRESS and thus serves as a heartbeat to check that it is still being done.