cancel
Showing results for 
Search instead for 
Did you mean: 

Time dependant message collecting in a bpm

Former Member
0 Kudos

I have a bpm setup to collect messages. I want to collect messages until a specific time daily (eg. 18h00 everyday) and then send them.

I have used the BpmPatternCollectTime pattern but cannot specify a daily time. Does anyone have suggestions on how to accomplish this.

Ta.

Rodney

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rodney,

We also had this same design implemented. But the BPM is not flexible enough to provide the get the current date and collect till a particular time.

One another way will be to use the design BpmPatternCollectMessage and send in a stop proxy message using a ABAP proxy message triggered from the ABAP stack at 18:00hrs every day so that the collection process will end and will send the data to the target system.

Cheers

JK

PS: Award points if this helps you

Answers (0)