Package com.veeva.vault.sdk.api.workflow
Interface WorkflowStartInstanceResponse
public interface WorkflowStartInstanceResponse
Contains methods to retrieve information about the result of the workflow start action.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the workflow ID if it was successfully started.
-
Method Details
-
getWorkflowId
String getWorkflowId()Retrieves the workflow ID if it was successfully started.- Returns:
- workflow ID
-