cancel
Showing results for 
Search instead for 
Did you mean: 

BPM polling interval

Former Member
0 Kudos

Hi, does anybody know if there is a way to establish a polling interval for a BPM in XI ? for example, you can configure a polling interval for the file adapter and this enables you to read a certain filesystem directory every n minutes/seconds...

Is there a way to do the same for a BPM ?

This cuestion comes form the fact that there is no way to configure a´polling interval for the RFC adapter.

Does anybody know if this is posible ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member189558
Contributor
0 Kudos

Hello Hans,

You can schedule a BPM..

Now BPM can only be scheduled by sending a dummy message to XI.

Here are some blogs to helo you:

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm

/people/community.user/blog/2006/11/16/step-by-step-realize-your-bpm-scheduling-capability

THanks,

Himadri

Answers (3)

Answers (3)

henrique_pinto
Active Contributor
0 Kudos

You'll be accessing a RFC synchronously, from time to time, passing some inputs and receiving response, until a certain pattern is satisfied, is that so?

Use BPM with start message, then loop of synchronous sends and wait steps, with loop end condition determined by response payload (or other inputs).

Regards,

Henrique.

Former Member
0 Kudos

Chandra, thanks for replying

So is it correct to wrap the BPM in a Loop for example ? and that way simulate a polling interval ?

Message was edited by:

Hans Hahn

Former Member
0 Kudos

Hi,

in BPM, we have Wait step , to schedule like that , the entire IP process can wait for input , similarly if you configured the correlation the IP will wait for certain message till the condition satisfies..

thats all depending upon the IP design.

Regards

Chilla