You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Job Variable is defined with an empty string as value, the text box in the studio displays the text "undefined", which can be confusing for the user; especially because this behavior does not happen with Task Variables.
Steps to reproduce:
Create a workflow
Add a Job Variable (say "var1") to it. Leave the "value" box empty to indicate that its value is an empty string.
Click OK
The value text box of the variable displays "Undefined".
The text was updated successfully, but these errors were encountered:
luispinedamx
changed the title
Job Variables with "Empty String" value is displayed as "Undefined" in the text box
Job Variables with "Empty String" value are displayed as "Undefined" in the variable's text box
Oct 12, 2017
When a Job Variable is defined with an empty string as value, the text box in the studio displays the text "undefined", which can be confusing for the user; especially because this behavior does not happen with Task Variables.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: