What is the puprose of Job Shared varaibel or tell me about
about job shared variable?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vijay
Job Shared variable allows to access data within the same process instance and sub-process of that instance, once data has been set in super-process can be get that data in sub-process unless 'spawn' check box is enabled. but we can't access the data in different processes like shared variable does.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / v
Job shared variable allows to access data across process
instances. This variable is useful to share data between
sub-process without creating input or output schema for the
called process.
| Is This Answer Correct ? | 5 Yes | 13 No |
What are the different modes of service invocation in tibco?
What is max size and where u can define the size of the message over jms server ?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
What is the difference between "default" and "value" in the configuration file of the Tibco admin
Where does the Tibco Admin maintains the version history of the application?Can you please tell us the path?
Once we have deployed the ear file in Tibco admin,In which location the data/service/properties will store
by using java language only we use this integration
In tibco there any concept like soap broadcasting?
How do wait-notify resources work ?
What is the purpose of a lock shared configuration resource?
What are the datatpes of Global varaibles which BW follows?
What is the difference between publish by value and publish by reference?