ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
ilWorkflowCron is part of the petri net based workflow engine. More...
Static Public Member Functions | |
static | executeCronjob () |
This method is the main entry point for all chron tasks that are to be done by/for/with the workflow engine. More... | |
static | raiseTimePassedEvent () |
Raises the generic "time passed" event. More... | |
ilWorkflowCron is part of the petri net based workflow engine.
This helper class is called from the cron job. Here, all automatic events are wired up for the workflow engine.
/
Definition at line 15 of file class.ilWorkflowCron.php.
|
static |
This method is the main entry point for all chron tasks that are to be done by/for/with the workflow engine.
Please keep this method clean and shiny. Call out to other methods from here and leave the ordering here clear enough to make it a useful tool to control the facile order of events.
Definition at line 24 of file class.ilWorkflowCron.php.
|
static |
Raises the generic "time passed" event.
PhpIncludeInspection
Definition at line 32 of file class.ilWorkflowCron.php.