2require_once
'./Services/WorkflowEngine/classes/workflows/class.ilBaseWorkflow.php';
3require_once
'./Services/WorkflowEngine/classes/nodes/class.ilBasicNode.php';
14 $this->
addNode($_v_StartEvent_1);
15 $_v_StartEvent_1->setName(
'$_v_StartEvent_1');
An exception for terminatinating execution or to throw for unit testing.
__construct()
Default constructor.
static $startEventRequired
@noinspection PhpIncludeInspection
setStartNode(ilNode $node)
Sets the start node of the workflow.
addNode(ilNode $node)
This method adds a node to the workflow.
@noinspection PhpIncludeInspection