Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

If else condition check in oracle bpm

2786010Jan 16 2015 — edited Jan 19 2015

Hi,

The below query might be a very simple query,since i am new to bpm 11g thought to ask

I want to use use if else condition to check the business data coming in request and set data for the request for another service, i want to use if else condition, is there any easy way, i dont want to use the conditional gateway because the above scenario is not a business path, i just want to check the incoming data in request and decide a another parameter value for another service.

E.g.

Service 1 --> respAttribute 1,respAttribute 2,respAttribute 3

My condition:

if respAttribute 1 == "value1"

     then set reqAttribute 1 = "somevalue"

else

     set reqAttribute 1 = "someothervalue"

reqAttribute 1 is input to another service,

Can i use script activity, if yes then how to use the above expression?

This post has been answered by Dan Atwood on Jan 16 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2015
Added on Jan 16 2015
3 comments
2,558 views