Closed GoogleCodeExporter closed 8 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
Original comment by plor...@gmail.com
on 1 May 2009 at 2:04
Original comment by plor...@gmail.com
on 29 Apr 2010 at 3:40
Released with version 1.0.0
Original comment by plor...@gmail.com
on 29 Apr 2010 at 3:53
Original issue reported on code.google.com by
plor...@gmail.com
on 23 Apr 2009 at 3:57