|
1929 | 1929 | } |
1930 | 1930 | ] |
1931 | 1931 | }, |
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 | | - }, |
2053 | 1932 | { |
2054 | 1933 | "Name": "Rooms", |
2055 | 1934 | "Groups": [ |
|
0 commit comments