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

Explain what is alias file in tibco?

829


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

834


What are the revision control system options available in tibco designer?

793


What is custom id?

785


What are the output formats for xslt?

814


Can there be two error transitions out of an activity ?

967


Give an example where graceful migration of service from one machine to another is not possible.

764


What are the uses of grouping activities ?

770


What is the purpose of a lock shared configuration resource?

758


What are the different modes of service invocation?

797


Where do the default global variables declared in designer are stored in tibco administrator?

731


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

791


If the business process needs to invoke another web service which resource do you use ?

732


What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?

828


How to control the sequence of execution of process instances created by a process starter ?

805