Interface WorkflowTaskVerdictPromptMetadata


public interface WorkflowTaskVerdictPromptMetadata
Holds the metadata for verdict prompts.
  • Method Details

    • getName

      String getName()
      Retrieves the name of the verdict prompt. This value must be used when building input parameters as the parameter key.
      Returns:
      the name of the verdict prompt
    • getLabel

      String getLabel()
      Retrieves the label of the verdict prompt.
      Returns:
      the label of the verdict prompt
    • getVerdicts

      Retrieves the list of available verdicts configured for this task.
      Returns:
      the list of available verdicts