Package com.veeva.vault.sdk.api.workflow
Interface WorkflowParticipantGroupResponse
public interface WorkflowParticipantGroupResponse
Response from a call to
WorkflowInstanceService.getWorkflowParticipantGroups(String)
.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the workflow participant groups in the active requested workflow.
-
Method Details
-
getWorkflowParticipantGroups
List<WorkflowParticipantGroup> getWorkflowParticipantGroups()Retrieves the workflow participant groups in the active requested workflow.- Returns:
- List of workflow participant groups
-