Interface WorkflowActionCommentService

    • Method Detail

      • addCommentToAction

        WorkflowActionCommentModel addCommentToAction​(java.lang.String commentValue,
                                                      WorkflowActionModel action)
        Adds comment to action
        Parameters:
        commentValue - comment to add
        action - action to which comment is added
        Returns:
        created comment
      • isAutomatedComment

        boolean isAutomatedComment​(WorkflowActionCommentModel comment)
        Returns true if comment is automated
        Parameters:
        comment - commment to test
        Returns:
        true if comment is automated, false otherwise