Package com.veeva.vault.sdk.api.workflow
Interface WorkflowStartMetadataResponse
public interface WorkflowStartMetadataResponse
Holds the basic info for the specified workflow and the list of
WorkflowStartStepMetadata
needed to start the workflow.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the list ofWorkflowStartStepMetadata
needed to start the workflow.Retrieves the name of the workflow.
-
Method Details
-
getWorkflowName
String getWorkflowName()Retrieves the name of the workflow.- Returns:
- name of the workflow.
-
getStartStepMetadataList
List<WorkflowStartStepMetadata> getStartStepMetadataList()Retrieves the list ofWorkflowStartStepMetadata
needed to start the workflow.- Returns:
- list of
WorkflowStartStepMetadata
-