Multiple choice technology platforms and products

What are the two differences between Shared Variables and Job Shared Variables?(choose 2)

  1. Job Shared Variables can be modified at run-time, and Shared Variables cannot

  2. Shared Variables can be shared across process engines, and Job Shared Variables cannot

  3. Shared Variables can be shared across process instances, and Job Shared Variables cannot

  4. Job Shared Variables can be shared across process definitions in a project, and Shared Variables cannot

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

Shared Variables can be shared across multiple process engines in a distributed environment, while Job Shared Variables are confined to a single job instance. Shared Variables can also be shared across process instances within the same engine, but Job Shared Variables cannot be shared across different process instances. Both variable types can be modified at runtime, and Job Shared Variables are not scoped across process definitions.