Uses of Class
com.docusign.maestro.api.WorkflowTriggerApi.TriggerWorkflowOptions
-
Packages that use WorkflowTriggerApi.TriggerWorkflowOptions Package Description com.docusign.maestro.api -
-
Uses of WorkflowTriggerApi.TriggerWorkflowOptions in com.docusign.maestro.api
Methods in com.docusign.maestro.api with parameters of type WorkflowTriggerApi.TriggerWorkflowOptions Modifier and Type Method Description TriggerWorkflowViaPostResponseWorkflowTriggerApi. triggerWorkflow(String accountId, String workflowDefinitionId, TriggerPayload body, WorkflowTriggerApi.TriggerWorkflowOptions options)Creates a new workflow instance after authenticating with DS Account Server.ApiResponse<TriggerWorkflowViaPostResponse>WorkflowTriggerApi. triggerWorkflowWithHttpInfo(String accountId, String workflowDefinitionId, TriggerPayload body, WorkflowTriggerApi.TriggerWorkflowOptions options)Creates a new workflow instance after authenticating with DS Account Server Creates a new workflow instance after authenticating with DS Account Server
-