I have a service task that I want to use in different process definitions, it’s it possible? How could I model it?
For example, I have 4 definition that has the following structure
test.bpmn (2.9 KB)
message and eventTask are going to be the same in different definition, the real definition contains more events.
It’s there any way to group the shared pattern together? It’s kinda duplicate to repeat them.
The only thing that I can think of is to create another process specifically for the shared pattern. But that would create another process definition, which does not seems right to me.