Interface WorkflowActivityDetails


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

    Modifier and Type
    Method
    Description
    Returns the caption of the workflow activity instance.
    Returns the ID of the workflow activity instance.
    Returns the type of the workflow activity instance.
  • Method Details

    • getId

      UUID getId()
      Returns the ID of the workflow activity instance.
      Returns:
      the workflow activity ID
    • getCaption

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

      Returns the type of the workflow activity instance.
      Returns:
      the activity type