From 039374a46db2086be37aec26fb8f743613a21ecb Mon Sep 17 00:00:00 2001 From: GarvitLT Date: Wed, 8 Oct 2025 18:39:41 +0530 Subject: [PATCH] vars updated functionality of adding to YAML --- docs/hyperexecute-workflows.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/hyperexecute-workflows.md b/docs/hyperexecute-workflows.md index 2cad2d6f..bd6d4663 100644 --- a/docs/hyperexecute-workflows.md +++ b/docs/hyperexecute-workflows.md @@ -95,15 +95,7 @@ Variables let you customize job runs without the need of creating multiple workf 3. Once you have added all the keys and their values, save the workflow. 4. You have the flexibility to edit the values for specific keys at the runtime, whenever you are running the workflow manually. -:::note -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)): -```json -vars: - Variable_1: ${key_1} - Variable_2: ${key_2} - Variable_3: ${key_3} -``` -::: +> Please note that the variables added from the workflows dashboard will be automatically added to the YAML file.