Refer to an event listen in the parent process

I am trying to modulize a large process into several smaller sub-processes using Call Activity. Some of the sub-processes however would share the same event listener in the parent process. How can I refer those event listeners in the sub-processes without copying them all-over again in each subprocess?

depends on how the event listeners are implemented and how you’re deployed the processes. Can you elaborate on those points?

1 Like

Thanks, Niall. In the parent process, there is an embedded subprocess that uses a Escalation Start Event to send an alert to slack channel. The rest of the workflow is supposed to trigger this event whenever necessary.
09%20AM

BTW, I was watching your youtube video early today and it’s very helpful.