Package com.veeva.vault.sdk.api.workflow
Interface AvailableWorkflowInstanceActionsResponse
public interface AvailableWorkflowInstanceActionsResponse
Response from a call to
WorkflowInstanceService.getAvailableWorkflowInstanceActions(WorkflowInstanceRequest)
.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the available workflow actions for the requested workflow.
-
Method Details
-
getWorkflowActions
List<WorkflowAction> getWorkflowActions()Retrieves the available workflow actions for the requested workflow.- Returns:
- List of available workflow actions
-