cancel
Showing results for 
Search instead for 
Did you mean: 

BPM - Receive Step

Former Member
0 Kudos

Hi,

I came across this question in one of the site. Can you please tell me which option is correct?

Question: A message can be received by...

1) Only a receive Step

2) By receive, fork or loop step.

3) By receive and block step.

4) By send, block and fork.

Regards,

Vivek LR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

2nd option is the correct one.

In BPM by using either of these 3 steps(receive, fork or loop step) only it starts the execution, but receive steps takes the data.

Answers (4)

Answers (4)

Former Member
0 Kudos

In BPM a message can be received by Receive step, but we can keep that receive step in either fork , block or in loop.

Former Member
0 Kudos

Hi,

Your first step in the bpm should be

Receive or Fork or Loop

Thanks,

RamuV

Former Member
0 Kudos

> I came across this question in one of the site. Can you please tell me which option is correct?

>

> Question: A message can be received by...

>

> 1) Only a receive Step

> 2) By receive, fork or loop step.

> 3) By receive and block step.

> 4) By send, block and fork.

>

It can be only reciver step to receive the message, message can also be received by fork or loop but receive step inside the fork or loop must be the first step.

former_member181962
Active Contributor
0 Kudos

2