-
Bug
-
Resolution: Done
-
Major
-
5.0.3.GA-SOA
-
None
In 'If' activity the BPEL editor allows to add 'ElseIf' after 'Else'. So, the result is something like
If
-> Else
-> ElseIf
By doing this, the editor displays diagrams in this order (and also this order in in source). But when you close and reopen the bpel process the editor shows
If
-> ElseIf
-> Else
but the source includes the previous oder.
This can be confusing since the editor shows something which looks good but in fact it is not.
- is related to
-
JBIDE-14921 In BPEL editor design mode and source mode differs
- Closed