cancel
Showing results for 
Search instead for 
Did you mean: 

BPM: Wait time for process completion

0 Kudos

Hello Experts,

Can someone tell me how long does a BPM wait to complete a scenario. For example, you have a collection scenario and the BPM is waiting for a file to complete the process but the file never arrives. Does it just sit there until a manual intervention is done or the system eventually times it out?

Is there a global setting to change the behavior of all BPMs?

Thanks,

Aarhyn.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For these scenarios, we generally define deadline branch and explicitly cancel the BPM.

Thanks

Amit Srivastava

0 Kudos

Hi Amit,

I know but that is not the question.

Aarhyn.

Former Member
0 Kudos

Hi,

After reading ur second post i got ur question...now coming to ur question it wont be cancelled automatically AFAIK, the BPM instance will keep on waiting for the file.

Thanks

Amit Srivastava

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

it depends on interface pattern you implmented

if you are using collect pattern based on time then it gets timeouts once time interval elapsed.

0 Kudos

Hi Raja,

there is no time delay within the the the BPM. For example, 3 receivers in a block and it just waits. If I push 2 files and omit the last one, how long will it wait? Indefinitely or system will kill the BPM after XYZ hours?

Thanks.