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
Copy file name to clipboardExpand all lines: docs/hyperexecute-workflows.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,15 +95,7 @@ Variables let you customize job runs without the need of creating multiple workf
95
95
3. Once you have added all the keys and their values, save the workflow.
96
96
4. You have the flexibility to edit the values for specific keys at the runtime, whenever you are running the workflow manually.
97
97
98
-
:::note
99
-
Make sure that you have added `vars` parameter in your YAML file in the given format ([know more](/support/docs/deep-dive-into-hyperexecute-yaml/#vars)):
100
-
```json
101
-
vars:
102
-
Variable_1: ${key_1}
103
-
Variable_2: ${key_2}
104
-
Variable_3: ${key_3}
105
-
```
106
-
:::
98
+
> Please note that the variables added from the workflows dashboard will be automatically added to the YAML file.
0 commit comments