Answer Posted / kumar k
for example we have 3 processes like addition,subtraction,division and one default process.now we have to call the one process dynamically,based on incoming values,when the process instance running.suppose getting input two values a,b then you have write this....in callprocess activity process dynamic override Xpath builder.
if ($Map-Data/root/a > $Map-Data/root/b)
then
'/processdynamicoverride/addition.process'
else if($Map-Data/root/a = $Map-Data/root/b)
then
'/processdynamicoverride/division.process'
else if($Map-Data/root/b > $Map-Data/root/a)
then
'/processdynamicoverride/subtraction.process'
else
'/processdynamicoverride/default.process'
based on the a,b values the process dynamically calls one process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which activity is used for detecting duplicate message processing?
What is the scope of user defined process variables ?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
Where do the default global variables declared in designer are stored in tibco administrator?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
Where does the tibco admin maintains the version history of the application?
If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?
Hi i want to learn TIBCO. I am not good at programming.. Which module should i prefer to learn in tibco. i am having 2 years exp in another sector, now i m planning to change my career path. Please suggest me.
What are the revision control system options available in tibco designer?
What activities are supported in jta transaction?
What is the difference between jms queue receiver and jms queue requestor?
What is the functionality of the retrieve resources resource?
When is a 'no action' group used ?
What is the purpose of the inspector activity ?
By using which bw palette we can create db table?