Incorrect execution order on subprocess compensation

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.7.0, 7.8.0, 7.9.0
    • Component/s: engine
    • None

      Scenario:

      • Process as in attachment
      • Reach compensation end event

      Expected behavior

      • Do something first is executed before Do something second

      Current behavior

      • it is the other way around

      Details:

      • this has nothing to do with compensation behavior ordering the subscriptions incorrectly. This is fine.
      • In fact, the subprocess that contains Do something first is executed first, but the logic in org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext#performNext postpones the atomic operation PvmAtomicOperationActivityStartCreateScope for the subprocess start event such that org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil#throwCompensationEvent triggers the next compensation subscription before the postponed operation is executed.

      Forum post:

        1. process.png
          31 kB
          Thorben Lindhauer

            Assignee:
            Unassigned
            Reporter:
            Thorben Lindhauer
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: