What is the puprose of Job Shared varaibel or tell me about
about job shared variable?

Answers were Sorted based on User's Feedback



What is the puprose of Job Shared varaibel or tell me about about job shared variable?..

Answer / chiranjeevi

A Job Shared Variable allows you to store data for use by
each process instance. A separate copy of the variable is
created for each new process instance. This resource is
useful for passing data to and from sub-processes without
creating an input or output schema for the called process.
You can use the Get Shared Variable and Set Shared Variable
activities to access the data instead of mapping data to a
called processes input or output schemas. New process
instances receive a copy of the variable, so data cannot be
shared across process instances.

Scope of the job shared variable is with in the process
instance i.e the values which was set in one process
instance ,can not be avaible in other process.
If job shared variable in Process definition-1 set to 5
then the same value will not exist in process definition -2
.This means a separate copy of instance is maintained in
each process instance.

Is This Answer Correct ?    31 Yes 1 No

What is the puprose of Job Shared varaibel or tell me about about job shared variable?..

Answer / vijay

Job Shared variable allows to access data within the same process instance and sub-process of that instance, once data has been set in super-process can be get that data in sub-process unless 'spawn' check box is enabled. but we can't access the data in different processes like shared variable does.

Is This Answer Correct ?    0 Yes 0 No

What is the puprose of Job Shared varaibel or tell me about about job shared variable?..

Answer / v

Job shared variable allows to access data across process
instances. This variable is useful to share data between
sub-process without creating input or output schema for the
called process.

Is This Answer Correct ?    5 Yes 13 No

Post New Answer

More TIBCO Interview Questions

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

0 Answers  


Why we implement the tibco in our organization or company?

0 Answers  


What are the datatpes of Global varaibles which BW follows?

1 Answers   IBM,


Hi, I want to learn TIBCO. Could anybody suggest, what are the topics i need to learn to become a TIBCO Consultant. I have 4 years of IT Exp but not on TIBCO. Please Suggest..?

1 Answers  


What is the scope of user defined process variables ?

0 Answers  






What are the different modes of service invocation in tibco?

0 Answers  


how to create global variables and if we create where do we have to use in the project ?

1 Answers  


How we can send the message from jms to RV?

1 Answers   Accenture,


What are the uses of grouping activities ?

0 Answers  


If you have installed a particular version of tibco software e.g. Tibco bw x.y.z, what are x, y and z number stands for?

0 Answers  


Hi,I need some basic information about Tibco tool.Am working in java/j2ee.Is Tibco is like eclipse tool??Give some links to know about Tibco tool.Please help me out guys....

1 Answers  


What is the Difference between JMS queue reciever and JMS queue requestor?

2 Answers   Accenture,


Categories