WEEP Version 1.0
From Wiki
Contents |
[edit]
Intention
WEEP 1.0 is the first official release of the WEEP project and intended to give interested users a first glance at the WEEP enactment service. This version does not emphasize any special features but should allow the user to test very basic Grid/Web service invocations. The goal is to show that architecture and concepts work and to get feedback about which activities are desired for next versions and which existing ones have to be improved.
[edit]
BPEL Support
[edit]
Variable Types
- Element Variables
- XmlSchemaType Variables
[edit]
Activties
- <receive> - partly implemented
- <reply> - partly implemented
- <invoke> - fully implemented
- <assign> - fully implemented but dependent on <from>/<to> functionality (see Other BPEL constructs)
- <throw> - not yet
- <exit> - not yet
- <wait> - not yet
- <empty> - not yet
- <sequence> - fully implemented
- <if> - not yet
- <while> - coming soon
- <repeatUntil> - not yet
- <forEach> - coming soon
- <pick> - not yet
- <flow> - fully implemented
- <scope> - not yet
- <compensate> - not yet
- <compensateScope> - not yet
- <rethrow> - not yet
- <validate> - not yet
- <extensionActivity> - not yet
[edit]
Other BPEL constructs
- <from> supports complete "XPath 1.0" expressions, "doXslTransform()" XPath extension function with 2 parameters and <literal> construct
- <to> supports complete "XPath 1.0" expressions and "partnerLink" attribute
[edit]
Process Examples
Process examples working with the 1.0 release can be found in the Downloads section.
