Details
-
Fix
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
Current Situation
If an older version of a workflow is selected from the drop down menu on deploy the workflow view shows the workflow in the state it was deployed last time and the workflow is not synchronized with the older version of the workflow currently deployed to the controller.
Desired Behavior
If an older version of a workflow is deployed again the workflow view should show the currently deployed version and the workflow should be synchronized.
Steps to reproduce
- Create a workflow holding 1 job and deploy the workflow.
- Update the workflow, add 1 more job and deploy the workflow once again.
- Now, when using the "deploy" operation it shows a popup window with a listbox of deployments in which you will find 2 versions of the workflow.
- Deploy the workflow with 1st version, i.e. holding 1 job.
- The deployment works but the workflow still shows the version holding 2 jobs in the Configuration view and in the Workflows view. The difference being that in the Workflows view the workflow status is displayed as "Not Synchronized".
The desired behaviour is that the workflow should be deployed and should be synchronized. The latest deployment should display the previous version holding 1 job.