Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9556 Add Annotation to Operator Log
  3. CAM-10665

Using Java API, I can set an annotation to an operation log

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.12.0, 7.12.0-alpha2
    • None
    • engine
    • None

      AT

      • The API should look as follows:
        • historyService.setAnnotationForOperationLogById("foo", "annotation");
          historyService.clearAnnotationForOperationLogById("foo");
          
        • The annotation can be retrieved via querying the user operation
      • When a user operation log consists of multiple entries, the annotation should be present on each entry (this is consistent to the other attributes)
      • Annotating a user operation log should in turns produce a user operation log; Like this one can audit who changed / added an annotation
      • Authorisation Check
        • Introduce UPDATE permission on resource "User Operation Log Category"
        • Introduce UPDATE_HISTORY permission on resource "Process Definition"
      • Column ANNOTATION_ is of type VARCHAR(4000)

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              tassilo.weidner Tassilo Weidner
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: