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?