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 different types of transactions tibco provides?
Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
What are the different modes of service invocation?
What activities are supported in jta transaction?
What is tibco?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
What are the encodings supported by designer ?
Where does the tibco admin maintains the version history of the application? Please tell us the path?
Which group do you use to wait for multiple events and proceed with the first to occur ?
What are the mandatory configuration parameters for ftp connection & ftp with firewall ?
What is the difference between jms queue receiver and jms queue requestor?
Where does the tibco admin maintains the version history of the application?
When is a 'no action' group used ?
What is target namespace and taget prefix?