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

How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?

600


Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?

1315


What is business key?

534


What is the purpose of the inspector activity ?

608


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.

1870






What are the pretch predicates in tibco bw ?

2010


What is target namespace and taget prefix?

1225


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.

2168


What are the options for configuring storage for process engine's checkpoint repository ?

638


What are the different modes of service invocation?

625


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

613


By using which bw palette we can create db table?

578


What is import and include in schema in tibco bw?

2187


If you are posting a message on a queue & Server is down. What happens.

1332


Give an example where graceful migration of service from one machine to another is not possible.

562