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 is the functionality of the retrieve resources resource?
Where does the tibco admin maintains the version history of the application? Please tell us the path?
Which group do you use to wait for multiple events and proceed with the first to occur ?
What are the mandatory configuration parameters for ftp connection & ftp with firewall ?
What are the output formats for xslt?
What are the different modes of service invocation?
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 ?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
What is target namespace and taget prefix?
What activities are supported in jta transaction?
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
What is the scope of user defined process variables ?
If the business process needs to invoke another web service which resource do you use ?
How do you determine if there are broken references in the project?