conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Updating the status of an IN PROGRESS task to IN PROGRESS returns it to SCHELUDED

Open JCHacking opened this issue 1 year ago • 0 comments

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.

JCHacking avatar Oct 12 '23 19:10 JCHacking