kmmbvnr / sarasvati

Automatically exported from code.google.com/p/sarasvati
0 stars 5 forks source link

Split out external declaration in XML process definitions #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Split out external declaration in XML process definitions. This allows us
to add x, y coordinates to them for the editor.

Original issue reported on code.google.com by plor...@gmail.com on 23 Apr 2009 at 3:57

GoogleCodeExporter commented 9 years ago
Also unify arcs, so we only have outgoing arcs. Arcs which go out from 
externals must
now be defined in the external. This alos means that we can have external to 
external
arcs.

<node name="a">
  <arc to="foo"/>
  <arc external="ext" to="bar"/>
</node>

<external name="ext" processDefinition="...">
  <arc from="bar" to="baz"/>
  <arc from="bar external="ext2" to="foobar"/>
</external>

Original comment by plor...@gmail.com on 25 Apr 2009 at 6:10

GoogleCodeExporter commented 9 years ago

Original comment by plor...@gmail.com on 1 May 2009 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by plor...@gmail.com on 29 Apr 2010 at 3:40

GoogleCodeExporter commented 9 years ago
Released with version 1.0.0

Original comment by plor...@gmail.com on 29 Apr 2010 at 3:53