Interface WorkflowTaskPromptMetadata


public interface WorkflowTaskPromptMetadata
Represents task prompt input requirements (controls) or task prompt requirements for a specific verdict.
  • Method Details

    • getLabel

      String getLabel()
      Retrieves the UI label of the prompt.
      Returns:
      the UI label of the prompt
    • getType

      Retrieves the type of prompt.
      Returns:
      the type of prompt
    • getParameters

      Retrieves the list of parameters required for the task prompt.
      Returns:
      the list of parameters required for the task prompt