WorkflowBaseResponse |
BvwClient.createWorkflow(WorkflowCreateRequest workflowCreateRequest) |
Create workflow with specified parameter.
|
WorkflowBaseResponse |
BvwClient.deleteWorkflow(WorkflowBaseRequest deleteRequest) |
Get workflow with specified deleting workflow request.
|
WorkflowBaseResponse |
BvwClient.deleteWorkflow(String workflowName) |
Delete workflow with specified workflow name.
|
WorkflowBaseResponse |
BvwClient.disableWorkflow(WorkflowBaseRequest disableRequest) |
Disable workflow with specified enabling workflow request.
|
WorkflowBaseResponse |
BvwClient.disableWorkflow(String workflowName) |
Disable workflow with specified workflow name.
|
WorkflowBaseResponse |
BvwClient.enableWorkflow(WorkflowBaseRequest enableRequest) |
Enable workflow with specified enabling workflow request.
|
WorkflowBaseResponse |
BvwClient.enableWorkflow(String workflowName) |
Enable workflow with specified workflow name.
|
WorkflowBaseResponse |
BvwClient.updateWorkflow(WorkflowUpdateRequest updateRequest) |
Update workflow with specified updating workflow request.
|