Interface EntryActionStartWorkflowMetadata
- All Superinterfaces:
LifecycleEntryActionMetadata
Provides details for a Start Workflow entry action.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the API name of the workflow to start.Methods inherited from interface com.veeva.vault.sdk.api.lifecycle.LifecycleEntryActionMetadata
getType
-
Method Details
-
getWorkflowName
String getWorkflowName()Retrieves the API name of the workflow to start.- Returns:
- the workflow API name
-