You are here

public function MaestroStartTask::execute in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/EngineTasks/MaestroStartTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroStartTask::execute()

Part of the ExecutableInterface Execution of the Start task does nothing except return true to signal the engine to complete it. .

Overrides ExecutableInterface::execute

File

src/Plugin/EngineTasks/MaestroStartTask.php, line 81

Class

MaestroStartTask
Maestro Start Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function execute() {
  return TRUE;
}