Skip to content
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

Open
JCHacking opened this issue Oct 12, 2023 · 0 comments
Labels
type: bug bugs/ bug fixes

Comments

@JCHacking
Copy link
Contributor

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 JCHacking added the type: bug bugs/ bug fixes label Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug bugs/ bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant