We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0204db commit 56dd2b8Copy full SHA for 56dd2b8
examples/Maestro/lib/utils.sh
@@ -17,6 +17,12 @@ if [ -z "$TEMPLATE_ID" ]; then
17
bash ./examples/eSignature/eg008CreateTemplate.sh
18
fi
19
20
+TEMPLATE_ID=$(cat config/TEMPLATE_ID)
21
+if [ -z "$TEMPLATE_ID" ]; then
22
+ echo "please create a worklow before running this example"
23
+ exit 0
24
+fi
25
+
26
TEMPLATE_ID=$(cat config/TEMPLATE_ID)
27
28
echo "Creating a new workflow"
0 commit comments