concurrent « jbpm « Java Enterprise Q&A





1. jBPM, concurrent execution and process variables    stackoverflow.com

When a process in jBPM forks into concurrent paths, each of these paths gets their own copy of the process variables, so that they run isolated from each other. But what happens ...

2. jbpm concurrent execution of nodes in FROK-JOIN braches    stackoverflow.com

The default FORK handler in jbpm creates concurrent execution paths for every transition defined in the process flow (in FORK node). However, they are not executed parallel fashion. Is it possible ...

3. How do I represent concurrent actions in jBPM, any of which can end a process?    stackoverflow.com

An example: a permit must be examined by two lawyers and one engineer. If any of those three reject it, the process enters a "rejected" end state. If all three grant ...