cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Process Integration Scenario with synchronous connections

HarshC
Active Participant
0 Kudos

Hi,

I'm trying to create a process integration scenario in which the first step is a synchronous call by a B2B supplier to a webservice hosted on PI ccBPM.

Step1) I have created two swim lanes:

Lane1: Supplier.

Lane2: PI ccBPM.

Step2) I've created an outbound synchronous interfaces for the supplier and an inbound synchronous interface for the ccBPM. I assigned these to two actions.

Action1: Supplier_Send(OutboundSync)

Action2: PI_Receive(InboundSync).

Step3) Assign the actions to the swim lanes.

Lane1 -> Action1

Lane2 -> Action2

Step4) Connect Action1 and Action2. At this step, the connection is shown as asynchronous. Since both the actions are synchronous, this is clearly incorrect.

Can someone please help?

Thanks,

Harsh

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor

> Connect Action1 and Action2. At this step, the connection is shown as asynchronous. Since both the actions are synchronous, this is clearly incorrect.

Put actions on same level.

Connections are sync, when actions are on same level and async, when actions are on different levels.

Answers (0)