eZ Publish  [4.2]
workflow.php File Reference

Go to the source code of this file.

Variables

 $db = eZDB::instance()
 $processCount = 0
 $removedProcessCount = 0
 $runInBrowser = true
 $statusMap = array()
 $workflowProcessList = eZWorkflowProcess::fetchForStatus( eZWorkflow::STATUS_DEFERRED_TO_CRON )

Detailed Description

Definition in file workflow.php.


Variable Documentation

$db = eZDB::instance()

Definition at line 38 of file workflow.php.

$processCount = 0

Definition at line 45 of file workflow.php.

$removedProcessCount = 0

Definition at line 44 of file workflow.php.

$runInBrowser = true

Definition at line 34 of file workflow.php.

$statusMap = array()
$workflowProcessList = eZWorkflowProcess::fetchForStatus( eZWorkflow::STATUS_DEFERRED_TO_CRON )

Definition at line 40 of file workflow.php.

Referenced by eZTrigger\runTrigger().