fantonangeli opened a new issue, #2656: URL: https://github.com/apache/incubator-kie-tools/issues/2656
The jobs list status continues to display `expires in NN minutes` even after a job has expired. ### Steps to Reproduce 1. Go to: https://start.kubesmarts.org/dev 2. Setup an OpenShift connection with DevMode 3. Create a workflow using https://github.com/dmarrazzo/swf-simple-order/blob/main/src/main/resources/timeout.sw.yaml 4. Upload the workflow to OpenShift in DevMode 5. Start the workflow and quickly move to the next step 6. Open the workflow details and view the Jobs list 7. Observe that the job shows "expires in a few seconds" (see screenshot 1) 8. Wait a few minutes after the expiration time 9. Observe that the job expiration changes to "expires in NN minutes" and the status remains as "scheduled" (see screenshot 2) ### Expected Result The jobs list should refresh after the job expiration. ### Actual Result After expiration, the jobs list shows "expires in NN minutes" and the status remains "scheduled" even after expiration.   -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
