conductor-oss / conductor-oss/conductor
Workflow Status not mark as completed on Listing page
- Dominant language
- Java
- Stars
- 32.2k
- Forks
- 1k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 41
Description
**Describe the bug**
I have started a workflow with a random duration of 10 to 15 days. It will check after a random number of days and perform the required process. Additionally, I have added an end date and a condition to check if the current date is greater than the end date; if so, the workflow will be marked as completed.
Now, as per the workflow definition, it works and the workflow is completed. It shows as 'Completed' on the detail screen, but on the listing screen, it still shows as 'Running.'
**Details**
Conductor version: 3.11.1
Persistence implementation: Postgres, Elastic Search
Queue implementation: Postgres
Lock: Zookeeper
**Expected behavior**
It should show 'Completed' in both the listing and details pages.
**Screenshots**


Contributor guide
Assessment
This issue has not been assessed yet.