what is global variables?

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


Please Help Members By Posting Answers For Below Questions

If you are posting a message on a queue & Server is down. What happens.

1420


Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?

715


If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.

1110


How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?

683


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

702






What are the different modes of service invocation in tibco?

773


Which activity is used for detecting duplicate message processing?

679


Explain the process configuration parameters - max jobs, flow limit & activation limit ?

708


What is the difference between jms queue receiver and jms queue requestor?

643


What activities are supported in jta transaction?

653


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?

1224


Explain what is alias file in tibco?

725


Where does the tibco admin maintains the version history of the application?

671


What is the scope of user defined process variables ?

757


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 ?

719