How to Group the different process instances. in some cases I need to throw the signal event to group of process instances. Currently I achieve this with using the activity java api by maintaining same process variable for the process instances
how can do this process diagram itself(without using java api)?
Not sure if there is another way to do this, if there are multiple process instances from the same process definition that need to behave differently than the others.
Maybe you can play with a dynamically resolved signal? (ie not hardcoding it, but using an expression).