Netflix / conductor-community

Apache License 2.0
61 stars 72 forks source link

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

Closed JCHacking closed 9 months ago

JCHacking commented 1 year ago

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.

GabrielOctavianPopa commented 1 year ago

Bump

JCHacking commented 9 months ago

I created the edition in the director's project, I think it makes more sense than in this one where they are community additions.