-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF05, 5.6-RC1, 5.6
-
Component/s: Automation
In the current implementation, the operation context is shared among each chain called by an event handler.
As a consequence, the output of the first chain becomes the input of the following chain, where it should be the original input.
We need to use an isolated context for each chain.