public function MaestroStartTask::execute in Maestro 3.x
Same name and namespace in other branches
- 8.2 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\EngineTasksCode
public function execute() {
return TRUE;
}