Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13
-
None
Description
Current Behavior:
When we create 2 Job Chains with the permanent order that uses the Sync JITL Jobchain1 should be suspended until the jobchain2(contains the same sync) not gets completed but it does not wait for the Jobchain2 to start/completed and successful the execution.
While using the adhoc order in both the JobChain it is working as excepted and wait for all the sync job.
How to Reproduce:
- Unzip the attach workflow and add to the live folder.
- Move to the Job Chain view from the JOC Cockpit GUI.
- Run the permanent order from the Job chain.
- The Sync Jobchain1 does not wait for the Jobchain2 and complete the execution.
Desired Behavior:
The Sync JITL job should wait for all the sync job in the Jobchains while using the permanent order.
Workaround
Add a step as a first step in the job chain. Assign a dummy job to this step. Assign the permanent order to this step.
Patch
A patch is available
Please download from https://download.sos-berlin.com/patches/patch_20220225_for_JITL_677_1.13.0.jar
copy the .jar file to $scheduler_home/lib/patches
restart JobScheduler