in the workflow's tutorial , the example defines:
<?php
.....

   1. $branch->addConditionalOutNode(
   2. new 
ezcWorkflowConditionVariable<http://ezcomponents.org/docs/api/trunk/Workflow/ezcWorkflowConditionVariable.html>
   ( 'choice', new
*ezcWorkflowConditionIsTrue<http://ezcomponents.org/docs/api/trunk/Workflow/ezcWorkflowConditionIsTrue.html>
   * ),
   3. $trueNode );

 .....?>

if choice is 'true', then the workflow goes by the node. Know, how to define
something like:

"if choice is 'approved' then go by this node, if choice is 'failed' then go
for other node and if choice is 'modify' then go for another node"

please help me to understand this functionality, thanks
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to