Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.7.1
-
None
Description
Current Situation
- If a workflow is to be deployed, then a dialog box displays all Schedules that use the workflow.
- All selected Schedules will be released together with the workflow
- If no Schedules are selected, then the /inventory/release API is called though no schedules are to be released. The workflow is used in the release API request so that an error is raised because a workflow is a deployable object, not a releasable object.
Desired Behavior
The /inventory/release API should be called only if a Schedule is selected.