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
Explain what is alias file in tibco?
Which group do you use to wait for multiple events and proceed with the first to occur ?
What are the revision control system options available in tibco designer?
What is custom id?
What are the output formats for xslt?
Can there be two error transitions out of an activity ?
Give an example where graceful migration of service from one machine to another is not possible.
What are the uses of grouping activities ?
What is the purpose of a lock shared configuration resource?
What are the different modes of service invocation?
Where do the default global variables declared in designer are stored in tibco administrator?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
If the business process needs to invoke another web service which resource do you use ?
What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?
How to control the sequence of execution of process instances created by a process starter ?