ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilWorkflowEngine Class Reference

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

+ Collaboration diagram for ilWorkflowEngine:

Public Member Functions

 __construct ($a_mass_action=false)
 ilWorkflowEngine constructor. More...
 

Private Attributes

 $mass_action
 

Detailed Description

ilWorkflowEngine is part of the petri net based workflow engine.

The workflow engine is the central hub of activity in the system. It takes care for hibernating/waking of workflows, handling and dispatching events and so on.

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

/

Definition at line 16 of file class.ilWorkflowEngine.php.

Constructor & Destructor Documentation

◆ __construct()

ilWorkflowEngine::__construct (   $a_mass_action = false)

ilWorkflowEngine constructor.

Parameters
bool$a_mass_action

Definition at line 29 of file class.ilWorkflowEngine.php.

References $data, $DIC, $ilSetting, $type, ilExtractorFactory\getExtractorByEventDescriptor(), and ilObjWorkflowEngine\getRepositoryDir().

30  {
31  $this->mass_action = (bool) $a_mass_action;
32  }
+ Here is the call graph for this function:

Field Documentation

◆ $mass_action

ilWorkflowEngine::$mass_action
private

Definition at line 22 of file class.ilWorkflowEngine.php.


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