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

Details

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

    Description

      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)

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce