Package com.veeva.vault.sdk.api.workflow
Interface WorkflowTaskInput.Builder
- Enclosing interface:
- WorkflowTaskInput
public static interface WorkflowTaskInput.Builder
Builder to create a
WorkflowTaskInput.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the request.withInputParameters(String key, Object value) Required: Sets the input parameter key and value to complete the task configured with inputs that apply to all items in the workflow.
-
Method Details
-
withInputParameters
Required: Sets the input parameter key and value to complete the task configured with inputs that apply to all items in the workflow.Note: If submitting a capacity, you must include it in the WorkflowTaskInput as an input parameter
- Parameters:
key- name value returned in WorkflowParameterMetadatavalue- required value based on metadata returned in WorkflowParameterMetadata or WorkflowTaskPromptOptions- Returns:
- this builder
-
build
WorkflowTaskInput build()Builds the request.- Returns:
- this
WorkflowTaskInput
-