Hi,
I've got a Parallel Block with several alternative blocks, each of those contains a decision logic which searches the input parameter for the occurence of a certain string:
CONTAINS(@input,"Step1") -> continue
!CONTAINS(@input,"Step1") -> break
The Action before results with OK and returns the String in output to the parallel block on the same level (at least I hoped so). The GP Monitor shows that the action finished successfully and the output is something like this "Step1,Step2,Step3" however the parallel actions cant be accessed via the process, not a single execute() is called.
The result target of the action before the block is the block itself.