State machine editor Release Notes

© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

Release notes

1.0 Description
2.0 Limitations
   2.1 Variables are not changed by conditions in business state machine and BPEL
3.0 Known problems and workarounds

1.0 Description

This release notes file contains late-breaking information about limitations and known problems and workarounds for the WebSphereR Integration Developer business state machine editor.

2.0 Limitations

2.1 Variables are not changed by conditions in business state machine and BPEL

The code that is defined for conditions in BPEL and business state machines should return a boolean value. The code should not change the value of variables. Any such changes will be ignored (the variables will have the same values before and after the condition is evaluated).

This is the correct and expected behavior for a condition.

3.0 Known problems and workarounds

None