Skip to content

Commit 098c89b

Browse files
update api ref tags
1 parent 44931ea commit 098c89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Maestro/eg003ResumeWorkflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ echo "Attempting to resume the Workflow..."
3636
echo ""
3737

3838
# Make the API call to resume
39-
#apx-snippet-start:ResumeWorkflow
39+
#apx-snippet-start:resumePausedWorkflow
4040
#ds-snippet-start:Maestro3Step3
4141
response=$(mktemp /tmp/response-wftmp.XXXXXX)
4242
Status=$(
@@ -60,7 +60,7 @@ echo "Response:"
6060
cat $response
6161
echo ""
6262
#ds-snippet-end:Maestro3Step3
63-
#apx-snippet-end:ResumeWorkflow
63+
#apx-snippet-end:resumePausedWorkflow
6464

6565
# Remove the temporary files
6666
rm "$response"

0 commit comments

Comments
 (0)