You are here

constant TASK_STATUS_CANCEL in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 maestro.module \TASK_STATUS_CANCEL
5 uses of TASK_STATUS_CANCEL
MaestroContentTypeCompleteTask::submitForm in src/Form/MaestroContentTypeCompleteTask.php
Form submission handler.
MaestroEngine::getTaskStatusLabel in src/Engine/MaestroEngine.php
Fetches a translatable label for task status.
MaestroInteractiveTask::handleExecuteSubmit in src/Plugin/EngineTasks/MaestroInteractiveTask.php
Interactive tasks, or tasks that signal themselves as requiring human interaction will have the resulting form submissions sent to their own handler for processing to determine if the task should be completed or not or to carry out any task processing…
MaestroWebformTask::handleExecuteSubmit in modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php
Interactive tasks, or tasks that signal themselves as requiring human interaction will have the resulting form submissions sent to their own handler for processing to determine if the task should be completed or not or to carry out any task processing…
maestro_form_approval_example_manager_approval_form_submit in modules/examples/maestro_form_approval_example/maestro_form_approval_example.module
This is the submit handler passed off to us from the Maestro Engine.

File

./maestro.module, line 28
Provides glue logic, hook implementation and core set process variable functions.

Code

const TASK_STATUS_CANCEL = 2;