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

What is difference between scripted deployment and normal deployment?

609


What is tibco?

637


Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?

1325


What are the pretch predicates in tibco bw ?

2019


What are the possible error output's of read file activity?

617






What are the uses of grouping activities ?

603


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 ?

604


When is a 'generate error' activity useful?

582


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

1342


Hi i want to learn TIBCO. I am not good at programming.. Which module should i prefer to learn in tibco. i am having 2 years exp in another sector, now i m planning to change my career path. Please suggest me.

2174


What is business key?

540


Why we implement the tibco in our organization or company?

584


What is target namespace and taget prefix?

1232


Where does the tibco admin maintains the version history of the application? Please tell us the path?

571


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?

1179