Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
BulkWorkflowJobStartResponse |
BulkActiveWorkflowActionRequest.cancelWorkflows(List<Integer> workflowIds)
Cancel Active Workflows
|
BulkWorkflowJobStartResponse |
BulkActiveWorkflowActionRequest.cancelWorkflowTasks()
Cancel Workflow Tasks
|
BulkWorkflowJobStartResponse |
BulkActiveWorkflowActionRequest.reassignTasks(Integer currentTaskAssignee,
Integer newTaskAssignee)
Reassign Workflow Tasks
Note that this action can reassign a maximum of 500 tasks. |
BulkWorkflowJobStartResponse |
BulkActiveWorkflowActionRequest.replaceWorkflowOwner(Integer currentWorkflowOwner,
Integer newWorkflowOwner)
Replace Workflow Owner
|
Copyright © 2021. All rights reserved.