Skip to content

Commit c5dcc07

Browse files
authored
Merge pull request #195 from docusign/remove-maestro-manifest
removing Maestro from manifest
2 parents 4f4434d + d338a20 commit c5dcc07

File tree

1 file changed

+0
-121
lines changed

1 file changed

+0
-121
lines changed

manifest/CodeExamplesManifest.json

Lines changed: 0 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,127 +1929,6 @@
19291929
}
19301930
]
19311931
},
1932-
{
1933-
"Name": "Maestro",
1934-
"Groups": [
1935-
{
1936-
"Name": "Maestro",
1937-
"Examples": [
1938-
{
1939-
"ExampleNumber": 1,
1940-
"ExampleName": "How to trigger a Maestro workflow",
1941-
"ExampleDescription": "Trigger a workflow",
1942-
"LinksToAPIMethod": [
1943-
{
1944-
"Path": "",
1945-
"PathName": "WorkflowManagement::GetWorkflowDefinition"
1946-
}
1947-
],
1948-
"Forms": [
1949-
{
1950-
"Inputs": [
1951-
{
1952-
"InputName": "Instance name"
1953-
},
1954-
{
1955-
"InputName": "Signer email"
1956-
},
1957-
{
1958-
"InputName": "Signer name"
1959-
},
1960-
{
1961-
"InputName": "CC email"
1962-
},
1963-
{
1964-
"InputName": "CC name"
1965-
}
1966-
]
1967-
}
1968-
],
1969-
"AdditionalPage": [
1970-
{
1971-
"Name": "publish_workflow",
1972-
"ResultsPageText": "Please open <a href=\"{0}\" target=\"_blank\">the following page</a> to publish the workflow."
1973-
}
1974-
],
1975-
"RedirectsToOtherCodeExamples": [
1976-
{
1977-
"CodeExampleToRedirectTo": 8,
1978-
"RedirectText": "<p>Prerequisite: Please first create a template to use in the workflow using <a {0}>Create a template</a></p>"
1979-
}
1980-
],
1981-
"CustomErrorTexts": [
1982-
{
1983-
"ErrorMessageCheck": "NO_ACTIVE_WORKFLOW_FOUND",
1984-
"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>"
1985-
}
1986-
],
1987-
"ResultsPageText": "Workflow instance is created. Please check your email to complete the workflow."
1988-
},
1989-
{
1990-
"ExampleNumber": 2,
1991-
"ExampleName": "How to cancel a Maestro workflow instance",
1992-
"ExampleDescription": "Cancel a workflow",
1993-
"LinksToAPIMethod": [
1994-
{
1995-
"Path": "",
1996-
"PathName": "WorkflowInstanceManagement::CancelWorkflowInstance"
1997-
}
1998-
],
1999-
"Forms": [
2000-
{
2001-
"Inputs": [
2002-
{
2003-
"InputName": "Workflow ID"
2004-
},
2005-
{
2006-
"InputName": "Instance ID"
2007-
}
2008-
]
2009-
}
2010-
],
2011-
"RedirectsToOtherCodeExamples": [
2012-
{
2013-
"CodeExampleToRedirectTo": 1,
2014-
"RedirectText": "<p>Error: No in progress workflow instance found, please <a {0}>trigger a workflow</a></p>"
2015-
}
2016-
],
2017-
"ResultsPageText": "Workflow instance {0} was canceled."
2018-
},
2019-
{
2020-
"ExampleNumber": 3,
2021-
"ExampleName": "How to get the status of a Maestro workflow instance",
2022-
"ExampleDescription": "Get status of a workflow",
2023-
"LinksToAPIMethod": [
2024-
{
2025-
"Path": "",
2026-
"PathName": "WorkflowInstanceManagement::CancelWorkflowInstance"
2027-
}
2028-
],
2029-
"Forms": [
2030-
{
2031-
"Inputs": [
2032-
{
2033-
"InputName": "Workflow ID"
2034-
},
2035-
{
2036-
"InputName": "Instance ID"
2037-
}
2038-
]
2039-
}
2040-
],
2041-
"RedirectsToOtherCodeExamples": [
2042-
{
2043-
"CodeExampleToRedirectTo": 1,
2044-
"RedirectText": "<p>Error: No workflow instance found, please <a {0}>trigger a workflow</a></p>"
2045-
}
2046-
],
2047-
"ResultsPageText": "Workflow instance state: {0}"
2048-
}
2049-
]
2050-
}
2051-
]
2052-
},
20531932
{
20541933
"Name": "Rooms",
20551934
"Groups": [

0 commit comments

Comments
 (0)