Re: [Components] Uncaught exception 'ezcWorkflowInvalidInputException' with message 'children == '

2010-03-24 Thread margusja
Found a solution Updated a library to 2009.2.1 Release date: Monday, March 22nd, 2010 Tervitades, Margusja +3725148780 http://margusja.pri.ee skype: margusja msn: margu...@kodila.ee margusja wrote: > Hi, > > I have simple workflow > > $input = new ezcWorkflowNodeInput( > array( 'children'

[Components] Uncaught exception 'ezcWorkflowInvalidInputException' with message 'children == '

2010-03-24 Thread margusja
Hi, I have simple workflow $input = new ezcWorkflowNodeInput( array( 'children' => new ezcWorkflowConditionAnd( array( new ezcWorkflowConditionIsGreaterThan ( 0 ), new ezcWorkflowConditionIsLessThan( 31 ) ) ))); $workflow->startNode->