Package com.veeva.vault.sdk.api.workflow
Interface WorkflowTaskConfiguration
public interface WorkflowTaskConfiguration
Contains information about the workflow task step configuration.
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Returns the label of this task, as seen by task assignees.Retrieves the label of the participant group assigned to the task step.Retrieves the participant group name assigned to the task step.
-
Method Details
-
getLabel
String getLabel()Returns the label of this task, as seen by task assignees.- Returns:
- the label of this task
-
getParticipantGroupName
String getParticipantGroupName()Retrieves the participant group name assigned to the task step.- Returns:
- the participant group name
-
getParticipantGroupLabel
String getParticipantGroupLabel()Retrieves the label of the participant group assigned to the task step.- Returns:
- the label of the participant group assigned to the task step
-