5require_once 
'./Services/WorkflowEngine/interfaces/ilActivity.php';
 
    7require_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);
 
An exception for terminatinating execution or to throw for unit testing.
@noinspection PhpIncludeInspection
getScript()
Returns the value of the setting to be set.
__construct(ilNode $context)
Default constructor.
execute()
Executes this action according to its settings.
getContext()
Returns a reference to the parent node.
ilActivity Interface is part of the petri net based workflow engine.
@noinspection PhpIncludeInspection
ilWorkflowEngineElement Interface is part of the petri net based workflow engine.