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

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.

2175


What is the purpose of the inspector activity ?

617


What is import and include in schema in tibco bw?

2197


What is the advantage of scripted deployment in tibco?

603


What are the different types of transactions tibco provides?

626






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 ?

605


Which activity is used for detecting duplicate message processing?

603


When is a 'no action' group used ?

612


How to control the sequence of execution of process instances created by a process starter ?

617


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.

1881


How do wait-notify resources work ?

643


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

571


Can there be two error transitions out of an activity ?

755


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

618


If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?

1133