cancel
Showing results for 
Search instead for 
Did you mean: 

Decision making flow with ccBPM in PI 7.1

Former Member
0 Kudos

Hi All,

I have the following scenario:

System A>PI->System B-->PI---->SystemC

1

Activity 1 needs to happen only when certain condtions are true.If the condition is true,then pass message to System C,else terminate.Can this be done without using a ccBPM in Integration scenario.

Edited by: Premjit Mishra on Aug 5, 2009 8:26 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I don't think it is possible without BPM. But also it depends on the interfaces.

For example:

First a SOAP request is sent to PI and PI sents this request to an other System an gets a Response

SystemA WebService -> PI -> SystemB Webservice

SystemA WebService <- PI (map triggers SystemC) <- SystemB Webservice

then while PI is mapping the response to the response of SystemA you can trigger an other WebService inside mapping and sent the required data to SystemC

There is also a blog about this. If i find it I will sent it.

Here is the blog:

/people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function

Best Regards.

Edited by: Arman Eker on Aug 5, 2009 8:34 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

are conditions required user intervention or it can be automatic ? what are all systems (GUI is there?)

Former Member
0 Kudos

Thanks Arman.The tip was useful