Gregor J. Rothfuss wrote:

i propose we require a wf schema for all doctypes

+1

-1

Reason:

Requiring a wf schema for all doctypes would imply the need for
a trivial wf schema which accepts all events (this would mean an
infinite number of transitions which is out of the scope of a DFA).

The Lenya workflow schema doesn't support this functionality.
Each event which can be accepted has to be declared.

Workarounds:

1. Extend the workflow schema to indefinite automata:

   <transition from="foo" to="bar">
     <event name="*"/>
     ...
   </transition>

   I'd rather not suggest that since I'm not familiar with the
   semantic implications. Maybe someone else is?

2. A "special" workflow schema.

   -1


I don't really like the optional wf assignment, but I don't see a
solution in this case.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to