6 calls to MaestroEngine::getTaskPointersFromTemplate() in Maestro 8.2
- MaestroAndTask::execute in src/
Plugin/ EngineTasks/ MaestroAndTask.php - Part of the ExecutableInterface Execution of the AND task returns TRUE when all pointers are complete and FALSE when still waiting.. .
- 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::performTemplateValidityCheck in src/
Engine/ MaestroEngine.php - Checks the validity of the template in question.
- 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. .
- MaestroTemplateBuilderForm::removeLines in modules/
maestro_template_builder/ src/ Form/ MaestroTemplateBuilderForm.php - Ajax callback to remove the lines pointing to and from a task.