ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilWorkflowUtils Class Reference

ilWorkflowUtils is part of the petri net based workflow engine. More...

+ Collaboration diagram for ilWorkflowUtils:

Static Public Member Functions

static handleTimePassedEvent ($workflow_engine=null)
 Handles the generic time_passed event. More...
 

Detailed Description

ilWorkflowUtils is part of the petri net based workflow engine.

This class collects methods that are used throughout the workflow engine.

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

/

Definition at line 14 of file class.ilWorkflowUtils.php.

Member Function Documentation

◆ handleTimePassedEvent()

static ilWorkflowUtils::handleTimePassedEvent (   $workflow_engine = null)
static

Handles the generic time_passed event.

Parameters
ilWorkflowEngine$workflow_engine

Definition at line 57 of file class.ilWorkflowUtils.php.

58  {
59  if (!$workflow_engine)
60  {
61  require_once './Services/WorkflowEngine/classes/class.ilWorkflowEngine.php';
62  $workflow_engine = new ilWorkflowEngine();
63  }
64 
65  $workflow_engine->processEvent(
66  'time_passed',
67  'time_passed',
68  'none',
69  0,
70  'none',
71  0
72  );
73  }
ilWorkflowEngine is part of the petri net based workflow engine.

The documentation for this class was generated from the following file: