Hi guys,
I have one relatively simple question: I have a composite application with two BPM processes, whereby one parent process can have multiple subprocesses within the same composite. Therefore, we have a one-to-many relationship. A business requirement now looks like this: Whenever the parent process terminates, all currently running subprocesses within the same composite have to be terminated, too.
My idea now was to achieve this via signals and the Event Delivery Network. The parent process publishes an event, which then should be consumed by all subprocesses that subscribed to the event via an Intermediate Catch Signal. However, the the published signal is not been received by the subprocesses. Testwise, I implemented a third process, which is initiated by a Signal Start event. This one has been triggered as expected.
My question now either is how to implement the usage of the Intermediate Catch Signal in the Subprocess OR suggestions for an alternative solution approach.

Thanks in advance for your support!
Marc