You are here

14 calls to MaestroEngine::getQueueEntryById() in Maestro 8.2

MaestroBatchFunctionTask::execute in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
Part of the ExecutableInterface Execution of the Batch Function task will use the handler for this task as the executable function. The handler must return TRUE in order for this function to be completed by the engine. We simply pass the return…
MaestroEngine::deleteProcess in src/Engine/MaestroEngine.php
Removes all data elements associated with a process. This includes queue, assignment, status, entity identifiers and variables.
MaestroEngine::doProductionAssignmentNotifications in src/Engine/MaestroEngine.php
Internal method to do production assignment notifications.
MaestroEngine::getAssignedTaskQueueIds in src/Engine/MaestroEngine.php
Fetch a user's assigned tasks. Maestro base functionality will determine user and role assignments. You can implement hook_maestro_post_fetch_assigned_queue_tasks(int userID, array &$entity_ids) to fetch your own custom assignments whether…
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.
MaestroEngineAdminOperations::render in src/Plugin/views/field/MaestroEngineAdminOperations.php
Renders the field.
MaestroEngineProcessDetails::render in src/Plugin/views/field/MaestroEngineProcessDetails.php
Renders the field.
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.
MaestroReassign::buildForm in src/Form/MaestroReassign.php
This is the reassignment form.
MaestroTrace::buildForm in src/Form/MaestroTrace.php
This is the trace form. Quite complex.
MaestroTrace::submitForm in src/Form/MaestroTrace.php
Form submission handler.
MaestroTraceDeleteTask::submitForm in src/Form/MaestroTraceDeleteTask.php
Form submission handler.
MaestroWebformTask::getExecutableForm in modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php
Gets the Maestro executable form for a task console.