56. Which mechanism can be used to pass
data between a process instance and a called sub process other than
mapping from/to the caller's input/output ?
Answer: This can be accomplished using job shared variables, unless in the call
process activity the 'Spawn' flag is enabled in which case the called sub process is a new
job and hence gets a fresh copy of the job shared variable initialized as per its
configuration. A shared variable can overcome this limitation as it's scope is not limited to one job.
57. What are the three scenarios...