Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
If you have a nested job chain like
<job_chain orders_recoverable="yes"> <job_chain_node.job_chain job_chain="nestedChain" next_state="success" error_state="error" state="start"/> <job_chain_node.end state="success"/> <job_chain_node.end state="error"/> </job_chain>
but the nested job chain doesn't exist then you cannot open the corresponding folder in JOC and you get
Argument 1 of Document.importNode is not an object.
Desired Behavior
The folder in JOC can be opened and you see an error
job chain (nestedChain) is missing