Interface WorkflowTaskPromptOption


public interface WorkflowTaskPromptOption
Represents a selectable option within a WorkflowParameterMetadata for a specific reason, capacity, or signature type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the UI-friendly label of the option, translated in the initiating user’s language.
    Retrieves the system name (name__v) of the option.
  • Method Details

    • getName

      String getName()
      Retrieves the system name (name__v) of the option.
      Returns:
      the system name of the option
    • getLabel

      String getLabel()
      Retrieves the UI-friendly label of the option, translated in the initiating user’s language.
      Returns:
      the UI-friendly label of the option