6 calls to MaestroEngine::getTaskIdFromQueueId() 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::getTemplateTaskByQueueID in src/
Engine/ MaestroEngine.php - Returns the template task based on the task stored in the queue.
- MaestroEngine::setProcessVariable in src/
Engine/ MaestroEngine.php - Set a process variable's value. Does a post-variable-set call to re-create any production assignments that may rely on this variable's value.
- 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. .
- 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…