7 calls to MaestroEngine::completeTask() in Maestro 8.2
- MaestroContentTypeCompleteTask::submitForm in src/
Form/ MaestroContentTypeCompleteTask.php - Form submission handler.
- 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…
- MaestroWebformTask::handleExecuteSubmit in modules/
maestro_webform/ src/ Plugin/ EngineTasks/ MaestroWebformTask.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…
- 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_approval_example_manager_approval_form_submit in modules/
examples/ maestro_form_approval_example/ maestro_form_approval_example.module - This is the submit handler passed off to us from the Maestro Engine.
- maestro_webform_webform_type_task_submit in modules/
maestro_webform/ maestro_webform.module - Implements hook_webform_type_task_submit().