Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2513

Variable value is set after history event

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • jBPM 4.2
    • jBPM 4.0, jBPM 4.1
    • Runtime Engine
    • None

    Description

      class org.jbpm.pvm.internal.model.ScopeInstanceImpl
      method createVariableObject(String key, Object value, String typeName, boolean isHistoryEnabled)

      code

      if (isHistoryEnabled)

      { HistoryEvent.fire(new VariableCreate(variable)); }

      variable.setValue(value);

      Value must be set before fire history event .

      Attachments

        Activity

          People

            jbarrez Joram Barrez (Inactive)
            hrabe_jira Hauke Rabe (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 5 minutes
                5m
                Remaining:
                Remaining Estimate - 5 minutes
                5m
                Logged:
                Time Spent - Not Specified
                Not Specified