Subsequent conditional flow cannot access variable of output parameter

XMLWordPrintable

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

      Steps to reproduce

      1. The Service Task specifies an output parameter output with the value foo
      2. The Service Task has two outgoing conditional sequence flows
        • ${output == "foo"}
        • ${output == "bar"}
      3. A process instance is started

      Observed behavior
      The variable output does not exist when the conditional flows get evaluated.

      Expected behavior
      The variable output exists when the conditional flows get evaluated.

            Assignee:
            Unassigned
            Reporter:
            Tassilo Weidner-Mühl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: