cancel
Showing results for 
Search instead for 
Did you mean: 

Step 1 should wait until step 2 completes

Former Member
0 Kudos

Hi,

Please anyone help me...

I have two receive steps.

Both has inputs like Type,Number and Quantity.

Receive step 1 starts wen Type=A

Receive step 2 starts wen Type =B.

If i run step 2 after step 1 it will complete the process but i want to wait step 1 until the step 2 completes.

If "step 1 Quantity = step 2 Quantity" then the it will move to the next step.

For example:

Receive Step 1 Quantity=10

then i can give Receive Step 2 Quantity=2, then 3,  then 5

Now step1==step2

so now it can proceed the next step.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you using ccBPM? Then u need to use loop step for receive step 2 and loop until your condition is met.

Check out Examples and Usage Cases for integration processes, I am sure you find a pattern that suits your requirement.

Regards, Martin

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Raja,

Thanks..

Let me try...

Former Member
0 Kudos

Hi Martin/Raja,

Happy to see ur reply. Thanks

I am using here Designer version 7.1. Here i am not having steps as version 8 like loop, switch,container...

Is there any way to use loop step and other in version 7.1.

My requirement is actually, need to compare both quantities and if it is equal then i should wait for next step as I said before.

Thanks in Advance.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Sindhu,

What do u mean by desingner version?  PI 7.1 also has all BPM steps like earlier version .

if you have already implemented /designed ccBPM then attach here.

Collecting two messages and comparing each other - you need BPM design

Regards,

Raj

rajasekhar_reddy14
Active Contributor
0 Kudos

What is your target system?

Use swicth statement and write a condition for every branch,then use wait step.