2require_once
'./Services/WorkflowEngine/classes/workflows/class.ilBaseWorkflow.php';
3require_once
'./Services/WorkflowEngine/classes/nodes/class.ilBasicNode.php';
4require_once
'./Services/WorkflowEngine/classes/detectors/class.ilEventDetector.php';
14 'type' =>
'time_passed',
15 'content' =>
'time_passed',
16 'subject_type' =>
'none',
18 'context_type' =>
'none',
29 $this->
addNode($_v_StartEvent_1);
30 $_v_StartEvent_1->setName(
'$_v_StartEvent_1');
33 $_v_StartEvent_1_detector->setName(
'$_v_StartEvent_1_detector');
34 $_v_StartEvent_1_detector->setEvent(
"time_passed",
"time_passed");
35 $_v_StartEvent_1_detector->setEventSubject(
"none",
"0");
36 $_v_StartEvent_1_detector->setEventContext(
"none",
"0");
37 $_v_StartEvent_1_detector->setListeningTimeframe(1399889594, 0);
An exception for terminatinating execution or to throw for unit testing.
static getStartEventInfo()
__construct()
Default constructor.
static $startEventRequired
@noinspection PhpIncludeInspection
addNode(ilNode $node)
This method adds a node to the workflow.
@noinspection PhpIncludeInspection
@noinspection PhpIncludeInspection