5 require_once
'./Services/WorkflowEngine/interfaces/ilActivity.php';
7 require_once
'./Services/WorkflowEngine/interfaces/ilNode.php';
43 $this->method = $value;
66 $return_value = $this->context->getContext()->$method($this);
67 foreach ((array) $return_value as
$key => $value) {
68 $this->context->setRuntimeVar(
$key, $value);
ilWorkflowEngineElement Interface is part of the petri net based workflow engine. ...
execute()
Executes this action according to its settings.
getScript()
Returns the value of the setting to be set.
getContext()
Returns a reference to the parent node.
ilActivity Interface is part of the petri net based workflow engine.
__construct(ilNode $context)
Default constructor.