Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If you have a nested job chain ./live/master_chain.job_chain.xml like:
<job_chain orders_recoverable="yes" visible="yes"> <job_chain_node.job_chain job_chain="/nested/test" next_state="end" error_state="error" state="step1"/> <job_chain_node.end state="error"/> <job_chain_node.end state="end"/> </job_chain>
which is stored directly in ./live (not in a subfolder) then the job chain /nested/test is displayed in JOC on the root folder too although it is stored in the /nested folder.