cancel
Showing results for 
Search instead for 
Did you mean: 

Branch in BPM hangs

Former Member
0 Kudos

Hi,

Basically I have a BPM that has two parallel branches - one branch for sending to system A and a second branch for sending to system B.

The first parallel branch executes almost immediately with the data being sent ok to system A.

However, the second parallel branch seems to hang for about 10 minutes before it executes !!

I thought the idea of parallel processing was that it happens at the same time.

Any ideas what can cause this ?

Cheers

Colin.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

No longer required

bhavesh_kantilal
Active Contributor
0 Kudos

Colin,

What is the step type you are using for parallel processing?

Is it a Fork?

Forks do work parrallely and it looks more like an issue on the data or the step inside the branches of your fork.

Can you give more details on what each of the branches contain?

Regards

Bhavesh

Former Member
0 Kudos

Hi,

Correct - I am using a fork.

Cheers

Colin.

Former Member
0 Kudos

Hi,

Fork 1 and 2 are doing the same thing but send to two different destinations.

The forks contain the following processing:

1. Map data from source to target

2. Send data to target

Pretty simple stuff.

Cheers

Colin.

Former Member
0 Kudos

Hi Colin,

use one fork......in that use 2 branches.......here use send step for your recivers..

Thanks,

Rajeev Gupta

Former Member
0 Kudos

Hi,

Sorry - it is one fork with 2 branches - I phrased my last post incorrectly...

Cheers

Colin.