5require_once
'./Services/WorkflowEngine/interfaces/ilActivity.php';
7require_once
'./Services/WorkflowEngine/interfaces/ilWorkflowEngineElement.php';
9require_once
'./Services/WorkflowEngine/interfaces/ilNode.php';
67 $workflow = $this->context->getContext();
68 $workflow->stopWorkflow();
76 unset($this->context);
An exception for terminatinating execution or to throw for unit testing.
@noinspection PhpIncludeInspection
getContext()
Returns the parent object.
__construct(ilNode $context)
Default constructor.
ilActivity Interface is part of the petri net based workflow engine.
@noinspection PhpIncludeInspection
ilWorkflowEngineElement Interface is part of the petri net based workflow engine.