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 to write custom fork handlers, which starts separate thread for running every FORK-JOIN branch. This might allow true concurrent execution various branches in FORK.