cancel
Showing results for 
Search instead for 
Did you mean: 

BPM to BPM call without PI

mandar
Explorer
0 Kudos

Hi Experts,

We are working on PO 7.4 single stack.

We want to trigger BPM process from another BPM process without involving PI.

As we have huge data and multiple calls to different BPM process via PI.

Any pointers on this would be helpful.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Implement the process as you normally would. Import the WSDL for the service call to start the process. Use the same WDSL in the start event of the sub process and the automated task that calls the sub process. Make sure that the Service Reference for this Web Service is of type WS. Then configure the Service Group to call the system that should run the child process. If both processes should run on the same system choose local system for the Service Group.

Bottom Line: Implement everything as you're used to. Use a Service Reference of type WS and configure the Service Group accordingly in NWA.