Dmitry Erkin wrote:
So does that condition return "true" for the process instance "A" (requestId==1) if there are not any issues like Issue(requestId==1) in the session but there is another process instance "B" (requestId==2) in the same session and there are some issues like Issue(requestId==2) in the session as well?
Regards,
Dmitry Erkin
I believe so, it should be executed in context of the process instance only but I recommend to perform additional tests and do not take my comment here as the only truth ;)
HTH