-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF14, 5.6
-
Component/s: Automation
If the sub chain is run with an isolated context, it's not possible to retrieve the item defined in the operation RunOperationOnList
This is because the item is not put in the sub context before running the chain, but in the main context, which will not be available.
ctx.put(itemName, value); service.run(subctx, chainId);