You are here

21 calls to MaestroEngine::getTemplateTaskByID() in Maestro 3.x

MaestroEngine::createProductionTask in src/Engine/MaestroEngine.php
Creates a task in the Maestro Queue table.
MaestroEngine::doProductionAssignmentNotifications in src/Engine/MaestroEngine.php
Internal method to do production assignment notifications.
MaestroEngine::getTemplateTaskByQueueID in src/Engine/MaestroEngine.php
Returns the template task based on the task stored in the queue.
MaestroEngine::nextStep in src/Engine/MaestroEngine.php
NextStep Engine method that determines which is the next step based on the current step and does all assignments as necessary.
MaestroEngine::productionAssignments in src/Engine/MaestroEngine.php
Using the queueID, the task's machine name and the template machine name, we assign the task using the appropriate method defined in the template.
MaestroEngine::removeTemplateTask in src/Engine/MaestroEngine.php
Removes a template task.
MaestroIfTask::execute in src/Plugin/EngineTasks/MaestroIfTask.php
Part of the ExecutableInterface Execution of the Batch Function task will use the handler for this task as the executable function. .
MaestroInteractiveFormBase::buildForm in src/Form/MaestroInteractiveFormBase.php
Form constructor.
MaestroSetProcessVariableTask::execute in src/Plugin/EngineTasks/MaestroSetProcessVariableTask.php
Part of the ExecutableInterface Execution of the set process variable task. We will read the data in the template for what we should do with the process variable .
MaestroSpawnSubFlowTask::execute in src/Plugin/EngineTasks/MaestroSpawnSubFlowTask.php
Part of the ExecutableInterface Execution of the Sub Flow task will create a new process and push all selected parent variables to the newly spawned sub process. The variables pushed to the sub process will be prefixed with…
MaestroTaskConsoleController::getStatus in modules/maestro_taskconsole/src/Controller/MaestroTaskConsoleController.php
Method to fetch the status of a process.
MaestroTemplateBuilderEditTask::buildForm in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderEditTask.php
Ajax callback for add-new-form button click.
MaestroTemplateBuilderEditTask::saveForm in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderEditTask.php
MaestroTemplateBuilderEditTask::submitForm in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderEditTask.php
Form submission handler.
MaestroTemplateBuilderEditTask::validateForm in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderEditTask.php
Form validation handler.
MaestroTemplateBuilderForm::drawFalseLineComplete in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderForm.php
Ajax callback to complete the false line drawing routine when the second task has been selected.
MaestroTemplateBuilderForm::drawFalseLineTo in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderForm.php
Ajax callback to signal the UI to go into line drawing mode.
MaestroTemplateBuilderForm::drawLineComplete in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderForm.php
Ajax callback to complete the line drawing routine when the second task has been selected.
MaestroTemplateBuilderForm::drawLineTo in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderForm.php
Ajax callback to signal the UI to go into line drawing mode.
MaestroTemplateBuilderForm::removeLines in modules/maestro_template_builder/src/Form/MaestroTemplateBuilderForm.php
Ajax callback to remove the lines pointing to and from a task.
maestro_maestro_post_production_assignments in ./maestro.module
Implements hook_maestro_post_production_assignments().