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 b27bd0f commit 8f27710Copy full SHA for 8f27710
examples/Maestro/eg001TriggerWorkflow.sh
@@ -48,6 +48,7 @@ Status=$(
48
"${Headers[@]}" \
49
--output ${response}
50
)
51
+#apx-snippet-end:GetWorkflowsList
52
# If the status code returned is greater than 201 (OK / Accepted), display an error message with the API response.
53
if [[ "$Status" -gt "201" ]]; then
54
echo ""
@@ -84,7 +85,6 @@ echo ""
84
85
86
trigger_url=$(grep '"url":' $response | sed -n 's/.*"url": "\([^"]*\)".*/\1/p')
87
decoded_trigger_url=$(echo $trigger_url | sed 's/\\u0026/\&/g')
-#apx-snippet-end:GetWorkflowsList
88
#ds-snippet-end:Maestro1Step3
89
90
echo "Please input a name for the workflow instance: "
0 commit comments