Uses of Class
com.veeva.vault.vapil.api.model.response.BulkWorkflowJobStartResponse
Packages that use BulkWorkflowJobStartResponse
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of BulkWorkflowJobStartResponse in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return BulkWorkflowJobStartResponseModifier and TypeMethodDescriptionBulkActiveWorkflowActionRequest.cancelWorkflows
(List<Integer> workflowIds) Cancel Active WorkflowsBulkActiveWorkflowActionRequest.cancelWorkflowTasks()
Cancel Workflow TasksBulkActiveWorkflowActionRequest.reassignTasks
(Integer currentTaskAssignee, Integer newTaskAssignee) Reassign Workflow Tasks
Note that this action can reassign a maximum of 500 tasks.BulkActiveWorkflowActionRequest.replaceWorkflowOwner
(Integer currentWorkflowOwner, Integer newWorkflowOwner) Replace Workflow Owner