Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-2366

I can sort variable update events by their occurrence

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 7.3.0, 7.3.0-alpha3
    • None
    • engine

    Description

      Current behavior:
      1. model a process which updates the same variable in different service tasks:
      e.g:

      • ServiceTask1 creates variable "X" and set the value to 1
      • ServiceTask2 updates variable "X" and set the value to 2
      • ServiceTask3 updates variable "X" and set the value to 3
        2. deploy this process to the engine
        3. start a new instance of the deployed process
        4. when the process instance finishes then have a look into db tables "ACT_HI_DETAIL" and "ACT_HI_VARINST"

      --> the revision of variable "X" is 0 in "ACT_HI_VARINST", furthermore there exists for each update of the variable "X" an entry in "ACT_HI_DETAIL" and they all have also the revision 0

      AT:
      The variable update events can be ordered by its occurrence. Therefore a variable instance maintains a local sequence counter.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                meyer Daniel Meyer
                michael.schoettes Michael Schoettes
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce