Wht is process name dynamic override?

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


Please Help Members By Posting Answers For Below Questions

What are the different types of transactions tibco provides?

709


Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?

1412


Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?

715


What are the different modes of service invocation?

703


What activities are supported in jta transaction?

652






What is tibco?

745


What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?

701


What are the encodings supported by designer ?

749


Where does the tibco admin maintains the version history of the application? Please tell us the path?

659


Which group do you use to wait for multiple events and proceed with the first to occur ?

734


What are the mandatory configuration parameters for ftp connection & ftp with firewall ?

679


What is the difference between jms queue receiver and jms queue requestor?

641


Where does the tibco admin maintains the version history of the application?

668


When is a 'no action' group used ?

709


What is target namespace and taget prefix?

1315