This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Updating the status of an IN PROGRESS task to IN PROGRESS returns it to SCHELUDED #3809
Labels
type: bug
bugs/ bug fixes
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.
The text was updated successfully, but these errors were encountered: