In the maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php file, the function
public function handleExecuteSubmit(array &$form, FormStateInterface $form_state)
There isn't the variable $templateTask
I add this code in the file :
$templateTask = MaestroEngine::getTemplateTaskByQueueID($queueID);
Comments
Comment #2
ubobrest commentedIn the maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php file, the function
public function handleExecuteSubmit(array &$form, FormStateInterface $form_state)
There isn't the variable $templateTask
$templateTask = MaestroEngine::getTemplateTaskByQueueID($queueID);
Comment #4
_randy commentedComment #5
_randy commented