Package com.veeva.vault.sdk.api.workflow
Interface WorkflowStartStepMetadata
public interface WorkflowStartStepMetadata
Holds the basic info of the start step metadata and a list of
WorkflowParameterMetadata
.-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Retrieves the label of the control in the user's language.Retrieves the list ofWorkflowParameterMetadata
.getType()
Retrieves the start step type.
-
Method Details
-
getType
WorkflowStartStepType getType()Retrieves the start step type. For example, PARTICIPANT.- Returns:
- start step type
-
getLabel
String getLabel()Retrieves the label of the control in the user's language.- Returns:
- control label
-
getParameters
List<WorkflowParameterMetadata> getParameters()Retrieves the list ofWorkflowParameterMetadata
.- Returns:
- list of
WorkflowParameterMetadata
-