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
If you are posting a message on a queue & Server is down. What happens.
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
What are the different modes of service invocation in tibco?
Which activity is used for detecting duplicate message processing?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
What is the difference between jms queue receiver and jms queue requestor?
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?
Explain what is alias file in tibco?
Where does the tibco admin maintains the version history of the application?
What is the scope of user defined process variables ?
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 ?