Difference between instance.vars.someVar and vars.someVar | Community
Skip to main content
Level 3
July 1, 2019
Solved

Difference between instance.vars.someVar and vars.someVar

  • July 1, 2019
  • 1 reply
  • 4432 views

Hi

I want to know the difference between difference between instance.vars.someVar and vars.someVar.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

There is a good documentation on this:

JavaScript scripts and templates

instance.vars => global variable for a workflow

vars => part of each transition (e.g. can have different values if you have a fork and parallel paths)

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
July 1, 2019

There is a good documentation on this:

JavaScript scripts and templates

instance.vars => global variable for a workflow

vars => part of each transition (e.g. can have different values if you have a fork and parallel paths)