Details
-
Fix
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
2.7.3
-
None
-
None
Description
Current Behavior:
When the user expands the Subagent IDs in the Resources->Agents view to identify running orders, the expanded view remains as the workflows are running. However, once the workflow with the shortest execution time completes, all running orders under the Subagent ID collapse automatically.
Steps to Reproduce:
- Create an Agent Cluster and add multiple workflows.
- In the shell script of each workflow, provide different values for the sleep command:
-
- For Workflow 1, use sleep 15
- For Workflow 2, use sleep 30
- For Workflow 3, use sleep 60
- In the Resources->Agents view, identify the Cluster Agent.
- Expand the Subagent IDs to identify running orders.
- Observe that as soon as the first workflow (with the least execution time) completes, all running orders for the Subagent will collapse.
Desired Behavior:
When the user expands the Subaagent IDs in the Resources->Agents view to identify running orders, the view should remain expanded until all workflows are completed. Display of orders should not collapse automatically after the workflow (with the least execution time) completes.