Answer Posted / raj
Global Variables are the variables that are used anywhere
in the project. These can be called or used across the
process or sub process that is with in the project.
Global variables can be overridden at runtime.
There are 3 types of variables
1) Global Variables-----through out the project ( used for
constants)
2) Process variables-----Activities in the project where
the variables are defined.
3) Shared Variables ------ Across multiple process instances
( used to share data)
| Is This Answer Correct ? | 35 Yes | 7 No |
Post New Answer View All Answers
By using which bw palette we can create db table?
What is the functionality of the retrieve resources resource?
What are the uses of grouping activities ?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
What are the tibco bw activities that can participate in transactions?
What is difference between scripted deployment and normal deployment?
What are the revision control system options available in tibco designer?
What is vcrepo.dat?
What is the difference between jms queue receiver and jms queue requestor?
Which mechanism can be used to pass data between a process instance and a called sub process other than mapping from/to the callee's input/output ?
What are the possible error output's of read file activity?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
What is tibco?
What is difference between shared variable and job shared variable ?
How do wait-notify resources work ?