Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Usage of Intermediate Signal within Subprocess

bda3e030-68dc-4eff-a981-3f1582358d0fSep 22 2014 — edited Sep 22 2014

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.

Capture.PNG

Thanks in advance for your support!
Marc

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2014
Added on Sep 22 2014
1 comment
762 views