Hi Everyone,
Just need to understand if I can get some examples or documentation that if we declare javascript variables in below Variable section of workflow properties, how that being assigned and worked?
Regards
Abhishek
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @aggabhi ,
When you declare a instance variable inside a workflow and execute it, those values gets stored in this Variable tab.
Example,
Once the above JS activity is executed (refresh the console), these 3 variables and its corresponding values can be seen in workflow property > variable tab.
So, if you update particular instance variable several times in a workflow, the last updated value can be seen here.
Hi @aggabhi ,
When you declare a instance variable inside a workflow and execute it, those values gets stored in this Variable tab.
Example,
Once the above JS activity is executed (refresh the console), these 3 variables and its corresponding values can be seen in workflow property > variable tab.
So, if you update particular instance variable several times in a workflow, the last updated value can be seen here.
Hi @aggabhi ,
The Variables which you declare in the Workflow properties will allow you to see the last modified value of the Variable and if you declare in Javascript "instance.vars.Var1", then it will be visible inside the Variables Tab of Workflow properties.
Please refer to the below documentation link.
Regards,
Pravallika.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies