What is the puprose of Job Shared varaibel or tell me about
about job shared variable?
Answer Posted / 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 |
Post New Answer View All Answers
What are the uses of grouping activities ?
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
What is the functionality of the retrieve resources resource?
What is the advantage of scripted deployment in tibco?
Where does the tibco admin maintains the version history of the application? Please tell us the path?
What is a spawn in call process?
What is the purpose of a lock shared configuration resource?
What are the encodings supported by designer ?
By using which bw palette we can create db table?
What is the scope of user defined process variables ?
What is process name dynamic override?
How to use legacy .dat file format with latest designer ?
What are the mandatory configuration parameters for ftp connection & ftp with firewall ?
What are the output formats for xslt?
What is the default axis in xpath ?