Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi
I want to know the difference between difference between instance.vars.someVar and vars.someVar.
Solved! Go to Solution.
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)
View solution in original post
Views
Likes
Replies