Interface WorkflowTaskInput.Builder

Enclosing interface:
WorkflowTaskInput

public static interface WorkflowTaskInput.Builder
Builder to create a WorkflowTaskInput.
  • Method Details

    • withInputParameters

      WorkflowTaskInput.Builder 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.

      Note: If submitting a capacity, you must include it in the WorkflowTaskInput as an input parameter

      Parameters:
      key - name value returned in WorkflowParameterMetadata
      value - required value based on metadata returned in WorkflowParameterMetadata or WorkflowTaskPromptOptions
      Returns:
      this builder
    • build

      Builds the request.
      Returns:
      this WorkflowTaskInput