Uses of Interface
com.veeva.vault.sdk.api.workflow.WorkflowParticipantGroupUpdate
Packages that use WorkflowParticipantGroupUpdate
Package
Description
This package provides interfaces to create custom actions for workflows, inititate workflow actions, and update
entities within workflow processing.
-
Uses of WorkflowParticipantGroupUpdate in com.veeva.vault.sdk.api.workflow
Methods in com.veeva.vault.sdk.api.workflow that return WorkflowParticipantGroupUpdateModifier and TypeMethodDescriptionWorkflowInstanceService.newParticipantGroupUpdate
(WorkflowParticipantGroup participantGroup) Creates a newWorkflowParticipantGroupUpdate
to allow membership updates to a participant group.Sets groups for the participant group, replacing any previous groups.Sets users for the participant group, replacing any previous users.Methods in com.veeva.vault.sdk.api.workflow with parameters of type WorkflowParticipantGroupUpdateModifier and TypeMethodDescriptionvoid
WorkflowInstanceService.updateParticipantGroup
(WorkflowParticipantGroupUpdate participantGroupUpdate) Updates a specific participant group for a workflow instance.