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
What are the output formats for xslt?
What is business key?
What are the pretch predicates in tibco bw ?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
What is the purpose of a lock shared configuration resource?
What is tibco?
What is import and include in schema in tibco bw?
What is the scope of user defined process variables ?
Which are the two process variables available to all activities with inputs ?
What is the default axis in xpath ?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
I am a commerce graduate, with service desk experience of 4 years. Not much technical, which module of Tibco will help me and will that have a demand in market. If yes how long time it will take me to learn.
What is the functionality of the retrieve resources resource?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
What are the different modes of service invocation?