All,
I have a requirement to create multiple parallel executions, based on a database value.
Inside each execution, the set of user approvals can be sequential or parallel. The number of users in each path of execution and whether parallel or sequential is decided again by reading a database table.
Does Jbpm provide features for such scenarios (meaning dynamic number of execution paths etc)?
TIA