<div dir="ltr">Hi,<div><br></div><div>I am experiencing a strange bug (or feature???). I added a script task (name="A") in my main process which just running System.out.println("Script A");</div><div>I also added another script task (name="B") in my sub-process which is running System.out.println("Script B");</div>
<div>But, when I am running the process I get the following output:</div><div>Script B</div><div>Script B</div><div><br></div><div>I continued to test this issue and added another script task (name="C") with System.out.println("Script C"); in another sub-process and I get:</div>
<div>Script C</div><div>Script C</div><div>Script C</div><div><br></div><div>If I add the line for every script System.out.println("Script X "+context.getNodeInstance().getNodeName()) I get the following:</div><div>
</div><div><div>Script C A</div><div>Script C B</div><div>Script C C</div></div><div><br></div><div>Is it normal? how come I have this behavior???</div><div><br></div><div>Yaniv</div></div>