Skip to content

Commit ce51d43

Browse files
committed
fixing manifest
1 parent 45157a0 commit ce51d43

File tree

1 file changed

+120
-5
lines changed

1 file changed

+120
-5
lines changed

manifest/CodeExamplesManifest.json

Lines changed: 120 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ChangeAPITypeButton":"Change API Type",
1414
"WelcomeText":"Welcome {0} (Account: {1})",
1515
"CFRError":"This example is not compatible with your CFR Part 11 account. Please return to the homepage to run one of the examples that is compatible or authenticate with a different account.",
16+
"ContactSupportToEnableFeature": "Please contact <a href=\"https://support.docusign.com/\">support</a> to enable {0} in your account",
1617
"LoginPage":{
1718
"LoginHeader":"<h1 class='display-4'>Please Authenticate with DocuSign</h1><label for='auth_type'>Please choose your authentication type</label>",
1819
"LoginButton":"Authenticate with DocuSign",
@@ -1919,16 +1920,130 @@
19191920
"ResultsPageText":"Go to your DocuSign account to create the Web Form. Go to 'Forms' in your developer account, select 'New,' and choose 'Upload web form.' Upload the JSON config file 'web-form-config.json' found under the demo_documents folder of this project. You will need to activate the web form before proceeding. Press Continue after doing so."
19201921
}
19211922
],
1922-
<<<<<<< HEAD
1923-
"SkipForLanguages":"java;python;node;ruby;php"
1924-
=======
1925-
"SkipForLanguages":"ruby;"
1926-
>>>>>>> 5f36da8a1ae836a8e2e7fb3d56b089bec481c50e
1923+
"SkipForLanguages":"ruby"
19271924
}
19281925
]
19291926
}
19301927
]
19311928
},
1929+
{
1930+
"Name": "Maestro",
1931+
"Groups": [
1932+
{
1933+
"Name": "Maestro",
1934+
"Examples": [
1935+
{
1936+
"ExampleNumber": 1,
1937+
"ExampleName": "How to trigger a Maestro workflow",
1938+
"ExampleDescription": "Trigger a workflow",
1939+
"LinksToAPIMethod": [
1940+
{
1941+
"Path": "",
1942+
"PathName": "WorkflowManagement::GetWorkflowDefinition"
1943+
}
1944+
],
1945+
"Forms": [
1946+
{
1947+
"Inputs": [
1948+
{
1949+
"InputName": "Instance name"
1950+
},
1951+
{
1952+
"InputName": "Signer email"
1953+
},
1954+
{
1955+
"InputName": "Signer name"
1956+
},
1957+
{
1958+
"InputName": "CC email"
1959+
},
1960+
{
1961+
"InputName": "CC name"
1962+
}
1963+
]
1964+
}
1965+
],
1966+
"RedirectsToOtherCodeExamples": [
1967+
{
1968+
"CodeExampleToRedirectTo": 8,
1969+
"RedirectText": "<p>Prerequisite: Please first create a template to use in the workflow using <a {0}>Create a template</a></p>"
1970+
}
1971+
],
1972+
"CustomErrorTexts":[
1973+
{
1974+
"ErrorMessageCheck":"NO_ACTIVE_WORKFLOW_FOUND",
1975+
"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>"
1976+
}
1977+
],
1978+
"ResultsPageText": "Workflow instance is created. Please check your email to complete the workflow.",
1979+
"SkipForLanguages":"csharp;java;php;python;node;ruby"
1980+
},
1981+
{
1982+
"ExampleNumber": 2,
1983+
"ExampleName": "How to cancel a Maestro workflow instance",
1984+
"ExampleDescription": "Cancel a workflow",
1985+
"LinksToAPIMethod": [
1986+
{
1987+
"Path": "",
1988+
"PathName": "WorkflowInstanceManagement::CancelWorkflowInstance"
1989+
}
1990+
],
1991+
"Forms": [
1992+
{
1993+
"Inputs": [
1994+
{
1995+
"InputName": "Workflow ID"
1996+
},
1997+
{
1998+
"InputName": "Instance ID"
1999+
}
2000+
]
2001+
}
2002+
],
2003+
"RedirectsToOtherCodeExamples": [
2004+
{
2005+
"CodeExampleToRedirectTo": 1,
2006+
"RedirectText": "<p>Error: No in progress workflow instance found, please <a {0}>trigger a workflow</a></p>"
2007+
}
2008+
],
2009+
"ResultsPageText": "Workflow instance {0} was canceled.",
2010+
"SkipForLanguages":"csharp;java;php;python;node;ruby"
2011+
},
2012+
{
2013+
"ExampleNumber": 3,
2014+
"ExampleName": "How to get the status of a Maestro workflow instance",
2015+
"ExampleDescription": "Get status of a workflow",
2016+
"LinksToAPIMethod": [
2017+
{
2018+
"Path": "",
2019+
"PathName": "WorkflowInstanceManagement::CancelWorkflowInstance"
2020+
}
2021+
],
2022+
"Forms": [
2023+
{
2024+
"Inputs": [
2025+
{
2026+
"InputName": "Workflow ID"
2027+
},
2028+
{
2029+
"InputName": "Instance ID"
2030+
}
2031+
]
2032+
}
2033+
],
2034+
"RedirectsToOtherCodeExamples": [
2035+
{
2036+
"CodeExampleToRedirectTo": 1,
2037+
"RedirectText": "<p>Error: No workflow instance found, please <a {0}>trigger a workflow</a></p>"
2038+
}
2039+
],
2040+
"ResultsPageText": "Workflow instance state: {0}",
2041+
"SkipForLanguages":"csharp;java;php;python;node;ruby"
2042+
}
2043+
]
2044+
}
2045+
]
2046+
},
19322047
{
19332048
"Name":"Rooms",
19342049
"Groups":[

0 commit comments

Comments
 (0)