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
Where does the tibco admin maintains the version history of the application? Please tell us the path?
When is a 'generate error' activity useful?
What are the possible error output's of read file activity?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
What are the different modes of service invocation in tibco?
Can there be two error transitions out of an activity ?
How to use legacy .dat file format with latest designer ?
What is vcrepo.dat?
What is tibco?
What activities are supported in jta transaction?
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?
What is the difference between jms queue receiver and jms queue requestor?
What is the purpose of the inspector activity ?
Why we implement the tibco in our organization or company?