Pass variable to event subprocess

Hi All,

I have process like this:


Imagine that I need to inform different customer based on product.

How can I pass variable to subprocess?

Thank you,
Mike

Get rid of the signal stuff and just create a multiinstance call activity (or send task) which calls a reusable “notify” Bpmn.

You will use the input/output mappings of the call activity(can be done through the modler config) or use the Send Task message variables (requires delegate or scripting)

Your multi instance is setup so each “product” is a item in the collection that you pass into multi instance.