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 44931ea commit 098c89bCopy full SHA for 098c89b
examples/Maestro/eg003ResumeWorkflow.sh
@@ -36,7 +36,7 @@ echo "Attempting to resume the Workflow..."
36
echo ""
37
38
# Make the API call to resume
39
-#apx-snippet-start:ResumeWorkflow
+#apx-snippet-start:resumePausedWorkflow
40
#ds-snippet-start:Maestro3Step3
41
response=$(mktemp /tmp/response-wftmp.XXXXXX)
42
Status=$(
@@ -60,7 +60,7 @@ echo "Response:"
60
cat $response
61
62
#ds-snippet-end:Maestro3Step3
63
-#apx-snippet-end:ResumeWorkflow
+#apx-snippet-end:resumePausedWorkflow
64
65
# Remove the temporary files
66
rm "$response"
0 commit comments