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

ubobrest created an issue. See original summary.

ubobrest’s picture

Title: Webform tasks » Webform tasks bug
Project: Maestro Webform Tasktype » Maestro
Version: 7.x-1.0 » 3.0.1-rc1
Issue summary: View changes

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

$templateTask = MaestroEngine::getTemplateTaskByQueueID($queueID);

  • _randy committed 9a17fda on 3.x
    Issue #3174481: Webform tasks bug
    
_randy’s picture

_randy’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.