File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,20 @@ ACCOUNT_ID=$(cat config/API_ACCOUNT_ID)
2323base_path=" https://api-d.docusign.com/v1"
2424
2525# Construct your API headers
26+ # apx-snippet-start:ResumeWorkflow
2627# ds-snippet-start:Maestro3Step2
2728declare -a Headers=(' --header' " Authorization: Bearer ${ACCESS_TOKEN} " \
2829 ' --header' " Accept: application/json" \
2930 ' --header' " Content-Type: application/json" )
3031# ds-snippet-end:Maestro3Step2
32+ # apx-snippet-end:ResumeWorkflow
3133
3234echo " "
3335echo " Attempting to resume the Workflow..."
3436echo " "
3537
3638# Make the API call to resume
39+ # apx-snippet-start:ResumeWorkflow
3740# ds-snippet-start:Maestro3Step3
3841response=$( mktemp /tmp/response-wftmp.XXXXXX)
3942Status=$(
@@ -57,6 +60,7 @@ echo "Response:"
5760cat $response
5861echo " "
5962# ds-snippet-end:Maestro3Step3
63+ # apx-snippet-end:ResumeWorkflow
6064
6165# Remove the temporary files
6266rm " $response "
You can’t perform that action at this time.
0 commit comments