Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.2
-
None
-
None
Description
Current Behavior:
When a user creates multiple workflows but does not deploy them initially, and then adds a schedule to these non-deployed workflows, attempting to release the schedule results in the workflows being deployed. However, the schedule is not released. The following error occurs:
- 2025-02-20T13:52:24,222 ERROR qtp433874882-4184 c.s.j.i.i.ReleaseResourceImpl - [SCHEDULE path=/th/hy][workflow=th-copy1] couldn't find workflow deployment
com.sos.joc.exceptions.JocReleaseException: [SCHEDULE path=/th/hy][workflow=th-copy1] couldn't find workflow deployment
This issue only occurs when a schedule is attached to a newly created, non-deployed workflow, and the schedule is released. However, if the changes are made to a previously deployed workflow, both the schedule and the workflow are released as expected.
Desired Behavior:
When a schedule is attached to a newly created workflow and released, both the workflow and the schedule should be deployed successfully, and the schedule should be released without issues.