Skip to content

Commit

Permalink
Adding back all Maestro API code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarGazit committed Jun 17, 2024
1 parent 1a615c3 commit 0370f9f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions manifest/CodeExamplesManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1982,8 +1982,7 @@
"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>"
}
],
"ResultsPageText": "Workflow instance is created. Please check your email to complete the workflow.",
"SkipForLanguages":"csharp;java;php;python;node;ruby"
"ResultsPageText": "Workflow instance is created. Please check your email to complete the workflow."
},
{
"ExampleNumber": 2,
Expand Down Expand Up @@ -2013,8 +2012,7 @@
"RedirectText": "<p>Error: No in progress workflow instance found, please <a {0}>trigger a workflow</a></p>"
}
],
"ResultsPageText": "Workflow instance {0} was canceled.",
"SkipForLanguages":"csharp;java;php;python;node;ruby"
"ResultsPageText": "Workflow instance {0} was canceled."
},
{
"ExampleNumber": 3,
Expand Down Expand Up @@ -2044,8 +2042,7 @@
"RedirectText": "<p>Error: No workflow instance found, please <a {0}>trigger a workflow</a></p>"
}
],
"ResultsPageText": "Workflow instance state: {0}",
"SkipForLanguages":"csharp;java;php;python;node;ruby"
"ResultsPageText": "Workflow instance state: {0}"
}
]
}
Expand Down

0 comments on commit 0370f9f

Please sign in to comment.