You are here

15 calls to MaestroEngine::getProcessIdFromQueueId() in Maestro 8.2

MaestroEngine::completeTask in src/Engine/MaestroEngine.php
CompleteTask Completes the queue record by setting the status bit to true/1.
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::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::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.
MaestroInteractiveFormBase::completeForm in src/Form/MaestroInteractiveFormBase.php
Ajax callback helper funciton that simply helps us separate the save/complete of a task with an optional ajax handler to close the dialog and/or do a redirect if the user has jumped out of the modal.
MaestroInteractiveFormBase::getExecutableFormFields in src/Form/MaestroInteractiveFormBase.php
Returns the executable form fields for this interactive task.
MaestroInteractiveFormBase::submitForm in src/Form/MaestroInteractiveFormBase.php
Form submission handler.
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.
maestro_form_alter in ./maestro.module
Implements hook_form_alter().
maestro_form_approval_example_manager_approval_form in modules/examples/maestro_form_approval_example/maestro_form_approval_example.module
The manager approval form used in the workflow.
maestro_maestro_post_production_assignments in ./maestro.module
Implements hook_maestro_post_production_assignments().
maestro_show_message_form in modules/maestro_utilities/maestro_utilities.module
Basic Interactive Function to show a message Requires a process variable called 'message'.
maestro_tokens in ./maestro.module
Implements hook_tokens().
maestro_webform_form_alter in modules/maestro_webform/maestro_webform.module
Implements hook_form_alter().