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 72f87a8 commit 8e37100Copy full SHA for 8e37100
examples/Maestro/eg001TriggerWorkflow.sh
@@ -101,6 +101,7 @@ echo "Please input an email for the cc participant: "
101
read cc_email
102
103
#ds-snippet-start:Maestro1Step4
104
+#apx-snippet-start:GetWorkflowsList
105
request_data=$(mktemp /tmp/request-wf-001.XXXXXX)
106
printf \
107
'{
@@ -120,6 +121,7 @@ Status=$(curl -s -w "%{http_code}\n" -i --request POST ${decoded_trigger_url} \
120
121
"${Headers[@]}" \
122
--data-binary @${request_data} \
123
--output ${response})
124
+#apx-snippet-end:GetWorkflowsList
125
#ds-snippet-end:Maestro1Step5
126
127
0 commit comments