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 encodings supported by designer ?
What is difference between shared variable and job shared variable ?
What are the tibco bw activities that can participate in transactions?
What is the purpose of $_error variable ?
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?
If you are posting a message on a queue & Server is down. What happens.
What is difference between scripted deployment and normal deployment?
What is the scope of user defined process variables ?
What are the uses of grouping activities ?
Where are the designer preferences stored ?
What are the types of adapter services ?
Which mechanism can be used to pass data between a process instance and a called sub process other than mapping from/to the callee's input/output ?
Where does the tibco admin maintains the version history of the application?
What are the maximum/minimum of threads available for incoming http ?
Which group do you use to wait for multiple events and proceed with the first to occur ?