I am using JBPM 6.5 and currently, I am stuck with the situation where I want to start a process with different events.
As we can see from this blog: http://blog.goodelearning.com/bpmn/common-bpmn-modeling-mistakes-best-practices-basic-events/
It makes sense to have multiple start events in one process. However, JBPM doesn't support it.
Error MSG: Process 'abc' [abc.abc]: Node 'Create child case process' [3] Event subprocess is not allowed to have more than one start node.
What I want to achieve is like this:
Is there any workaround of this?
One solution I can think of is to have 2 subprocesses. However, I don't think this is the best solution. Because I will have 2 repeat subprocesses.

