Interface WorkflowActivityDetails


public interface WorkflowActivityDetails
Represents a workflow activity details.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the caption of the workflow activity.
    Gets the workflow activity id.
    Returns the workflow activity type.
  • Method Details

    • getId

      UUID getId()
      Gets the workflow activity id.
      Returns:
      the workflow activity id
    • getCaption

      String getCaption()
      Gets the caption of the workflow activity.
      Returns:
      the caption of the workflow activity.
    • getType

      Returns the workflow activity type.
      Returns:
      the state WorkflowActivityType