Interface ProcessInstanceComment


  • public interface ProcessInstanceComment
    Represents a comment of a workflow.
    Since:
    5.8.0
    • Method Detail

      • getUser

        UserReference getUser()
        Returns the user who has written the comment.
        Since:
        5.8.0
      • getDate

        Date getDate()
        Returns the date of the comment.
        Since:
        5.8.0
      • getContent

        String getContent()
        Returns the text of the comment.
        Since:
        5.8.0