what is global variables?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravipati harikishore
global variables are configured once can be use througth
out the project it is called global variables .
| Is This Answer Correct ? | 13 Yes | 6 No |
Answer / poornima
these variables allows to specify constants that can be
used throughout the project. The constants can be specified
and changed while designing and testing your project.
| Is This Answer Correct ? | 14 Yes | 10 No |
Answer / keshini vyas
global variables are created by defining them outside of all the functions including the main in the program. The common practice is that all global variables are defined at the begining of the program code before any function. global variables can be accessed from any function including main function and other user defined functions.
example
int x,y; /* Global Variable*/
main()
{
int a,b;/*local variable*/
statement 1;
statement 2;
.
.
.
statement n;
}
| Is This Answer Correct ? | 11 Yes | 8 No |
Answer / poornima
Global variables allows you to specify constants that can be
used throughout the project. The constants can be changed
while designing and testing your project. we can also set
different values for each deployment of your project. we
can add/edit the Global variables using Global Variable
Editor.
| Is This Answer Correct ? | 7 Yes | 9 No |
Answer / vinay
Global Variables are define for the value which remain fix
during whole process.These variable's can't be modified
during process execution.
| Is This Answer Correct ? | 8 Yes | 13 No |
How can we get field as input to the input field of another palete as <a>b</a> is there then i need to get as <C>a-b</C>
how to create adapters?how to connect adapters? and how to build?
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.
Hi Friends, Can any body can explain about the below mentioned situation When you are working with JMS (connecting with target appl) if both the(Primary and secondary) server goes down what will happen? and same for HTTP also? Thanks in advance...
Which activity is used for detecting duplicate message processing?
I am a commerce graduate, with service desk experience of 4 years. Not much technical, which module of Tibco will help me and will that have a demand in market. If yes how long time it will take me to learn.
what is the difference between soap and service?when we use service?
What are the modes of tibco bw installations ?
If there are two sub processes then how can we call at a time one sub process dyanmiccally by using call porcess?
how we can send data through adb adapter in tibco bw?
What is business key?
What are the options for configuring storage for process engine's checkpoint repository ?