CancelResponse |
WorkflowInstanceManagementApi.cancelWorkflowInstance(String accountId,
String instanceId) |
Cancels a running workflow instance..
|
ApiResponse<CancelResponse> |
WorkflowInstanceManagementApi.cancelWorkflowInstanceWithHttpInfo(String accountId,
String instanceId) |
Cancels a running workflow instance.
|
NewOrUpdatedWorkflowDefinitionResponse |
WorkflowManagementApi.createWorkflowDefinition(String accountId,
CreateOrUpdateWorkflowDefinitionRequestBody body) |
Creates a new workflow definition..
|
ApiResponse<NewOrUpdatedWorkflowDefinitionResponse> |
WorkflowManagementApi.createWorkflowDefinitionWithHttpInfo(String accountId,
CreateOrUpdateWorkflowDefinitionRequestBody body) |
Creates a new workflow definition.
|
WorkflowDeleteResponse |
WorkflowManagementApi.deleteWorkflowDefinition(String accountId,
String workflowDefinitionId) |
Deletes a workflow definition..
|
ApiResponse<WorkflowDeleteResponse> |
WorkflowManagementApi.deleteWorkflowDefinitionWithHttpInfo(String accountId,
String workflowDefinitionId) |
Deletes a workflow definition.
|
WorkflowDefinitionWithId |
WorkflowManagementApi.getWorkflowDefinition(String accountId,
String workflowDefinitionId) |
Get Workflow Definition.
|
WorkflowDefinitionWithId |
WorkflowManagementApi.getWorkflowDefinition(String accountId,
String workflowDefinitionId,
WorkflowManagementApi.GetWorkflowDefinitionOptions options) |
Get Workflow Definition.
|
GetConfigurationInstancesResponse |
WorkflowManagementApi.getWorkflowDefinitionConfigInstances(String accountId,
String workflowDefinitionId) |
Gets configuration instances.
|
ApiResponse<GetConfigurationInstancesResponse> |
WorkflowManagementApi.getWorkflowDefinitionConfigInstancesWithHttpInfo(String accountId,
String workflowDefinitionId) |
Gets configuration instances Returns a list of configuration instances for a workflow
definition
|
WorkflowDefinitionList |
WorkflowManagementApi.getWorkflowDefinitions(String accountId) |
Get Workflow Definitions metadata.
|
WorkflowDefinitionList |
WorkflowManagementApi.getWorkflowDefinitions(String accountId,
WorkflowManagementApi.GetWorkflowDefinitionsOptions options) |
Get Workflow Definitions metadata.
|
ApiResponse<WorkflowDefinitionList> |
WorkflowManagementApi.getWorkflowDefinitionsWithHttpInfo(String accountId,
WorkflowManagementApi.GetWorkflowDefinitionsOptions options) |
Get Workflow Definitions metadata Returns a list of workflow definitions' metadata.
|
ApiResponse<WorkflowDefinitionWithId> |
WorkflowManagementApi.getWorkflowDefinitionWithHttpInfo(String accountId,
String workflowDefinitionId,
WorkflowManagementApi.GetWorkflowDefinitionOptions options) |
Get Workflow Definition Returns a workflow definition.
|
List<WorkflowStepHistory> |
WorkflowInstanceManagementApi.getWorkflowHistory(String accountId,
String instanceId) |
Get List of Step Histories.
|
ApiResponse<List<WorkflowStepHistory>> |
WorkflowInstanceManagementApi.getWorkflowHistoryWithHttpInfo(String accountId,
String instanceId) |
Get List of Step Histories Returns a list of step history for a workflow instance
|
WorkflowInstance |
WorkflowInstanceManagementApi.getWorkflowInstance(String accountId,
String workflowDefinitionId,
String instanceId) |
Get Workflow Instance Details.
|
List<WorkflowInstance> |
WorkflowInstanceManagementApi.getWorkflowInstances(String accountId,
String workflowDefinitionId) |
Get List of Workflow Instances.
|
ApiResponse<List<WorkflowInstance>> |
WorkflowInstanceManagementApi.getWorkflowInstancesWithHttpInfo(String accountId,
String workflowDefinitionId) |
Get List of Workflow Instances Returns the list of instances for a deployed workflow
definition.
|
ApiResponse<WorkflowInstance> |
WorkflowInstanceManagementApi.getWorkflowInstanceWithHttpInfo(String accountId,
String workflowDefinitionId,
String instanceId) |
Get Workflow Instance Details Returns the details for a specific instance for a deployed
workflow definition.
|
DeployResponse |
WorkflowManagementApi.publishOrUnPublishWorkflowDefinition(String accountId,
String workflowDefinitionId,
DeployRequest body) |
Publishes or unpublishes a workflow definition..
|
ApiResponse<DeployResponse> |
WorkflowManagementApi.publishOrUnPublishWorkflowDefinitionWithHttpInfo(String accountId,
String workflowDefinitionId,
DeployRequest body) |
Publishes or unpublishes a workflow definition.
|
TriggerWorkflowViaPostResponse |
WorkflowTriggerApi.triggerWorkflow(String accountId,
String workflowDefinitionId,
TriggerPayload body) |
Creates a new workflow instance after authenticating with DS Account Server.
|
TriggerWorkflowViaPostResponse |
WorkflowTriggerApi.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
|
NewOrUpdatedWorkflowDefinitionResponse |
WorkflowManagementApi.updateWorkflowDefinition(String accountId,
String workflowDefinitionId,
CreateOrUpdateWorkflowDefinitionRequestBody body) |
Updates a workflow definition..
|
ApiResponse<NewOrUpdatedWorkflowDefinitionResponse> |
WorkflowManagementApi.updateWorkflowDefinitionWithHttpInfo(String accountId,
String workflowDefinitionId,
CreateOrUpdateWorkflowDefinitionRequestBody body) |
Updates a workflow definition.
|