Author: sb
Date: Tue Jul 31 13:15:36 2007
New Revision: 5773

Log:
- Conditional nodes can have more than one incoming node.

Modified:
    trunk/Workflow/src/nodes/control_flow/exclusive_choice.php
    trunk/Workflow/src/nodes/control_flow/multi_choice.php

Modified: trunk/Workflow/src/nodes/control_flow/exclusive_choice.php
==============================================================================
--- trunk/Workflow/src/nodes/control_flow/exclusive_choice.php [iso-8859-1] 
(original)
+++ trunk/Workflow/src/nodes/control_flow/exclusive_choice.php [iso-8859-1] Tue 
Jul 31 13:15:36 2007
@@ -15,7 +15,7 @@
  * for the workflow of which exactly one is chosen based on the conditions
  * set for the out nodes.
  *
- * Incoming nodes: 1
+ * Incoming nodes: 1..*
  * Outgoing nodes: 2..*
  *
  * This example displays how you can use an exclusive choice to select one of 
two

Modified: trunk/Workflow/src/nodes/control_flow/multi_choice.php
==============================================================================
--- trunk/Workflow/src/nodes/control_flow/multi_choice.php [iso-8859-1] 
(original)
+++ trunk/Workflow/src/nodes/control_flow/multi_choice.php [iso-8859-1] Tue Jul 
31 13:15:36 2007
@@ -15,7 +15,7 @@
  * which one or more are chosen. It is a generalization of the Parallel Split 
and
  * Exclusive Choice workflow patterns.
  *
- * Incoming nodes: 1
+ * Incoming nodes: 1..*
  * Outgoing nodes: 2..*
  *
  * This example displays how you can use ezcWorkflowNodeMultiChoice to 
activate one or more


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to