Package com.veeva.vault.sdk.api.workflow
Interface WorkflowJobStepRequestExecutionContext
- All Superinterfaces:
RequestExecutionContext,WorkflowRequestExecutionContext
Contains metadata about the current workflow job step request.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the workflow job step ID.Methods inherited from interface com.veeva.vault.sdk.api.workflow.WorkflowRequestExecutionContext
getWorkflowId, getWorkflowName, getWorkflowOwnerId
-
Method Details
-
getWorkflowJobStepId
String getWorkflowJobStepId()Retrieves the workflow job step ID.- Returns:
- the workflow job step ID
-