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 a3249dc commit 938f3b7Copy full SHA for 938f3b7
examples/Maestro/eg001TriggerWorkflow.sh
@@ -19,13 +19,6 @@ if [ -z "$workflow_created" ]; then
19
exit 0
20
fi
21
22
-#Check that the instance URL exists
23
-instance_url=$(cat config/INSTANCE_URL)
24
-if [ -z "$instance_url" ]; then
25
- echo "No instance URL found. Please run the trigger workflow script first."
26
- exit 1
27
-fi
28
-
29
# Step 1: Obtain your OAuth token
30
# Note: Substitute these values with your own
31
ACCESS_TOKEN=$(cat config/ds_access_token.txt)
0 commit comments