Runtime values for Receive Step in BPM

I am wondering if it is possible to

  1. Receive a document1 in BPM
  2. Execute a service
  3. Pass a value as output from that service
  4. The value passed out from the service should now be fed into a filter condition of another Receive step for another document type document2.
  5. The value should then be used in the filter condition to receive the appropriate document2 from the broker.

Hope I am clear.

Thanks

Hi Venkat,

kindly share your IS/PRT Version with Fix level.

Can you share an outline of the Model pointing what is expected to happen in which step?

Please have a look at the BPM Developing Guide. Eventually the correlation feature might be of help here.

Regards,
Holger

Venkat,
You cannot modify a trigger filter condition in runtime based on your input data. That’That’sthe right way. As Holger mentioned, you can make use of correlation feature which will do based on the run time value from business data.

Senthil

Venkat,
You cannot modify a trigger filter condition in runtime based on your input data. That’s not the right way. As Holger mentioned, you can make use of correlation feature which will do based on the run time value from business data.

Senthil

Thanks for your replies. I will post a BPM showing what is my requirement.

These will be completely 2 different document types. Hence I am interested in trying out the correlation feature as you suggested.