You are here

13 calls to MaestroEngine::getTemplateTaskByQueueID() in Maestro 8.2

MaestroContentTypeCompleteTask::buildForm in src/Form/MaestroContentTypeCompleteTask.php
Form constructor.
MaestroContentTypeCompleteTask::submitForm in src/Form/MaestroContentTypeCompleteTask.php
Form submission handler.
MaestroEngine::completeTask in src/Engine/MaestroEngine.php
CompleteTask Completes the queue record by setting the status bit to true/1.
MaestroInteractiveFormBase::submitForm in src/Form/MaestroInteractiveFormBase.php
Form submission handler.
MaestroInteractiveTask::handleExecuteSubmit in src/Plugin/EngineTasks/MaestroInteractiveTask.php
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…
MaestroWebformHandler::submitForm in modules/maestro_webform/src/Plugin/WebformHandler/MaestroWebformHandler.php
Submit webform submission form.
MaestroWebformTask::getExecutableForm in modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php
Gets the Maestro executable form for a task console.
maestro_content_type_task_submit in ./maestro.module
Handling the submission from a content type task. This will offload the saving from the content type task plugin.
maestro_form_alter in ./maestro.module
Implements hook_form_alter().
maestro_form_approval_example_form_alter in modules/examples/maestro_form_approval_example/maestro_form_approval_example.module
Implements hook_form_alter().
maestro_node_view_alter in ./maestro.module
Implements hook_node_view_alter().
maestro_webform_form_alter in modules/maestro_webform/maestro_webform.module
Implements hook_form_alter().
maestro_webform_webform_type_task_submit in modules/maestro_webform/maestro_webform.module
Implements hook_webform_type_task_submit().