BPELtools / bpelscript

BPELscript is a compact syntax for WS-BPEL 2.0
http://bpeltools.github.io/bpelscript/
Apache License 2.0
3 stars 0 forks source link

Add support for Abstract Processes #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
<cut from BPELspec>
NOTE: Here is the changes path from Exec BPEL XSD to this XSD:
  (a) have a global replace from minOccurs=1 to minOccurs=0 for element
declaration
  (b) have a global replace from use=required to use=optional for attribute
declaration
  (c) change "xsd-derived" from XSD NS to this Abstract BPEL NS and define
the corresponding simple types
  (d) adding "##opaque" to BPELVariableName, tInitiate, tPattern, tRoles,
tBoolean
  (e) add abstractProcessProfile to tProcess
  (f) add opaqueActivity
  (g) add tOpaqueBoolean type and add opaque attribute tExpression, tQuery,
tFrom, tTo
  (h) add opaqueFrom element and introduce fromGroup
  (i) Change the sequence for "tOnAlarmEvent"

http://docs.oasis-open.org/wsbpel/2.0/OS/process/abstract/ws-bpel_abstract_commo
n_base.xsd

Original issue reported on code.google.com by mc.bisc...@googlemail.com on 5 Dec 2008 at 9:55

GoogleCodeExporter commented 9 years ago
Possible test-case: ShippingService from BPEL-spec

Original comment by oliver.k...@gmail.com on 28 Jan 2009 at 7:47

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by mc.bisc...@googlemail.com on 8 Feb 2009 at 12:33