Steps to reproduce
- The Service Task specifies an output parameter output with the value foo
- The Service Task has two outgoing conditional sequence flows
- ${output == "foo"}
- ${output == "bar"}
- 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.
- is duplicated by
-
CAM-14712 Output values not recognized by conditional flows
-
- Closed
-