cancel
Showing results for 
Search instead for 
Did you mean: 

Deadline in BPM

Former Member
0 Kudos

Hi,

I have an HTTP --> RFC synchronous scenario.

There should be timeout error sent in response if RFC does not respond in 30 secs.

However deadline branch in BPM does not allow to specify the duration in seconds.

How can I specify 30 sec for deadline monitoring?

Thanks in advance,

Beena.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Beena,

As you will be aware the smallest time unit is one minute.

There are always tradeoffs. For example, consider the overhead of running the XI job that listen for alerts every 5 seconds or so. Likewise with the SMTP mail send process etc. In our environment, even at one minute, there is a lag between picking up an alert and the final execution and delivery of an alert email.

If seconds are really critical then can you redesign this scenario so that Web Application perform this task instead of XI.

Regard,

Mike