Skip to content

Commit 8e37100

Browse files
author
nianiB9
committed
api ref snippets
1 parent 72f87a8 commit 8e37100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Maestro/eg001TriggerWorkflow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ echo "Please input an email for the cc participant: "
101101
read cc_email
102102

103103
#ds-snippet-start:Maestro1Step4
104+
#apx-snippet-start:GetWorkflowsList
104105
request_data=$(mktemp /tmp/request-wf-001.XXXXXX)
105106
printf \
106107
'{
@@ -120,6 +121,7 @@ Status=$(curl -s -w "%{http_code}\n" -i --request POST ${decoded_trigger_url} \
120121
"${Headers[@]}" \
121122
--data-binary @${request_data} \
122123
--output ${response})
124+
#apx-snippet-end:GetWorkflowsList
123125
#ds-snippet-end:Maestro1Step5
124126

125127

0 commit comments

Comments
 (0)