concurrence blocks aren't behaving like I expected them to. The entire concurrence block is finishing before proceeding to the next step, but it's missing some data in the fields from one of the steps in concurrence. I simplified what we were trying to accomplish into the following example: https://gist.github.com/2159172
When you run the example, the following gets printed: > in con1 > in con2 > msg1 - workitem I expected that in addition to the above, "msg2 - workitem" would also be printed. Am I missing something about how the concurrence block works or is this the expected behavior? Thanks, Doug -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
