You are here

11 calls to MaestroEngine::getProcessVariable() in Maestro 8.2

MaestroEngine::doProductionAssignmentNotifications in src/Engine/MaestroEngine.php
Internal method to do production assignment notifications.
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.
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…
MaestroStatus::getMaestroStatusBar in src/Utility/MaestroStatus.php
Generates the staus bar showing process completion as status indicators.
MaestroTaskConsoleController::getStatus in modules/maestro_taskconsole/src/Controller/MaestroTaskConsoleController.php
Method to fetch the status of a process.
MaestroTaskConsoleController::getTasks in modules/maestro_taskconsole/src/Controller/MaestroTaskConsoleController.php
GetTasks method This method is called by the menu router for /taskconsole. The output of this method is the current user's task console.
MaestroWebformTask::getExecutableForm in modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php
Gets the Maestro executable form for a task console.
maestro_form_approval_example_maestro_task_console_interactive_link_alter in modules/examples/maestro_form_approval_example/maestro_form_approval_example.module
Implements hook_maestro_task_console_interactive_link_alter().
maestro_show_message_form in modules/maestro_utilities/maestro_utilities.module
Basic Interactive Function to show a message Requires a process variable called 'message'.