Interface AvailableWorkflowMetadata


public interface AvailableWorkflowMetadata
Holds basic metadata of an available workflow.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the label of the workflow in the user's language.
    Retrieves the name of the workflow.
  • Method Details

    • getName

      String getName()
      Retrieves the name of the workflow.
      Returns:
      name of the workflow
    • getLabel

      String getLabel()
      Retrieves the label of the workflow in the user's language.
      Returns:
      label of the workflow