You are here

public function MaestroSpawnSubFlowTask::handleExecuteSubmit in Maestro 8.2

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

Interactive tasks, or tasks that signal themselves as requiring human interaction will have the resulting form submissions sent to their own handler for processing to determine if the task should be completed or not or to carry out any task processing that may have to be done.

Overrides MaestroEngineTaskInterface::handleExecuteSubmit

File

src/Plugin/EngineTasks/MaestroSpawnSubFlowTask.php, line 89

Class

MaestroSpawnSubFlowTask
Maestro Spawn Sub Flow Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function handleExecuteSubmit(array &$form, FormStateInterface $form_state) {
}