ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 55 of file class.ilWorkflowUtils.php.

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

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