Skip to content

Commit 0370f9f

Browse files
committed
Adding back all Maestro API code examples
1 parent 1a615c3 commit 0370f9f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

manifest/CodeExamplesManifest.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -1982,8 +1982,7 @@
19821982
"ErrorMessage":"<p>Problem: No active workflow found. Please create a new workflow and publish it on your <a href=\"https://apps-d.docusign.com/\">Docusign account page</a></p>"
19831983
}
19841984
],
1985-
"ResultsPageText": "Workflow instance is created. Please check your email to complete the workflow.",
1986-
"SkipForLanguages":"csharp;java;php;python;node;ruby"
1985+
"ResultsPageText": "Workflow instance is created. Please check your email to complete the workflow."
19871986
},
19881987
{
19891988
"ExampleNumber": 2,
@@ -2013,8 +2012,7 @@
20132012
"RedirectText": "<p>Error: No in progress workflow instance found, please <a {0}>trigger a workflow</a></p>"
20142013
}
20152014
],
2016-
"ResultsPageText": "Workflow instance {0} was canceled.",
2017-
"SkipForLanguages":"csharp;java;php;python;node;ruby"
2015+
"ResultsPageText": "Workflow instance {0} was canceled."
20182016
},
20192017
{
20202018
"ExampleNumber": 3,
@@ -2044,8 +2042,7 @@
20442042
"RedirectText": "<p>Error: No workflow instance found, please <a {0}>trigger a workflow</a></p>"
20452043
}
20462044
],
2047-
"ResultsPageText": "Workflow instance state: {0}",
2048-
"SkipForLanguages":"csharp;java;php;python;node;ruby"
2045+
"ResultsPageText": "Workflow instance state: {0}"
20492046
}
20502047
]
20512048
}

0 commit comments

Comments
 (0)