<div dir="ltr">Hi,<div><br></div><div>I am experiencing a strange bug (or feature???). I added a script task (name=&quot;A&quot;) in my main process which just running System.out.println(&quot;Script A&quot;);</div><div>I also added another script task (name=&quot;B&quot;) in my sub-process which is running System.out.println(&quot;Script B&quot;);</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=&quot;C&quot;) with System.out.println(&quot;Script C&quot;); 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(&quot;Script X &quot;+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>