Package com.veeva.vault.sdk.api.workflow
Interface WorkflowConfiguration
public interface WorkflowConfiguration
Represents the configured workflow definition.
-
Method Details
-
getName
String getName()Retrieves the name of this workflow configuration.- Returns:
- the name of the workflow configuration
-
getLabel
String getLabel()Retrieves the label of this workflow configuration.- Returns:
- the label of this workflow configuration
-
getParticipantGroupNames
Retrieves the set of names for all the participant groups in this workflow configuration.- Returns:
- the Set of participant group names
-
getWorkflowType
WorkflowType getWorkflowType()Retrieves the workflow type.- Returns:
- WorkflowType object
-