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


Please Help Members By Posting Answers For Below Questions

What is the scope of user defined process variables ?

671


What are the output formats for xslt?

640


When is a 'generate error' activity useful?

580


What are the types of adapter services ?

598


Where do the default global variables declared in designer are stored in tibco administrator?

570






Where are the designer preferences stored ?

632


What is the default axis in xpath ?

612


What activities are supported in xa transaction ?

602


What are the modes of tibco bw installations ?

612


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

617


When is a 'no action' group used ?

609


What activities are supported in jta transaction?

568


What is the role of tra?

602


Explain what is alias file in tibco?

606


What are the revision control system options available in tibco designer?

607