hello everybody
 
when I run the application it does not register the object 
(ezcWorkflowSignalSlotPlugin) and not continue the execution
 
require('/libworkf/Base/src/ezc_bootstrap.php');
$signals  = new ezcSignalCollection;$receiver = new MyReceiver;
$signals->connect( 'afterExecutionStarted', array( $receiver, 
'afterExecutionStarted' ) );...  $definition = new 
ezcWorkflowDatabaseDefinitionStorage($db); $workflow = 
$definition->loadByName($wfname); $miEjecucion = new 
ezcWorkflowDatabaseExecution($db); $miEjecucion->workflow = $workflow;
 
here it does not continue the execution
$plugin = new ezcWorkflowSignalSlotPlugin;
 
regards, Eddier Gallego
_________________________________________________________________
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to