Adobe
AD0-E331 · Question #28
What is the difference between a global variable and an instance variable in a workflow?
The correct answer is A. A global variable is accessible to all workflows, while an instance variable is only accessible within. Global variables have a global scope and can be accessed by any workflow, while instance variables are local to the workflow instance in which they are created.
Workflow Development and Management
Question
What is the difference between a global variable and an instance variable in a workflow?
Options
- AA global variable is accessible to all workflows, while an instance variable is only accessible within
- BA global variable can only store string values, while an instance variable can store any data type.
- CA global variable is defined in the workflow properties, while an instance variable is defined in a
- DThere is no difference between a global variable and an instance variable.
How the community answered
(36 responses)- A75% (27)
- B3% (1)
- C14% (5)
- D8% (3)
Explanation
Global variables have a global scope and can be accessed by any workflow, while instance variables are local to the workflow instance in which they are created.
Topics
#workflow variables#global variables#instance variables#variable scope
Community Discussion
No community discussion yet for this question.