http://astem.projets-la-sentinelle.fr/en/login

Intervention Workflow

Configured Intervention Workflow 5

Symfony Workflow name Configuration Intervention modules
dental_common_workflow
array:9 [
  "classname" => "Astem\WorkflowDeclaration\DentalWorkflowDeclaration"
  "places" => array:5 [
    0 => "open"
    1 => "wip"
    2 => "created"
    3 => "archived"
    4 => "canceled"
  ]
  "transitions" => array:4 [
    "initialize" => array:3 [
      "guard" => "is_granted('ROLE_INTERVENTION_NEW')"
      "from" => "open"
      "to" => "wip"
    ]
    "finalise" => array:3 [
      "guard" => "is_granted('ROLE_INTERVENTION_NEW')"
      "from" => array:2 [
        0 => "open"
        1 => "wip"
      ]
      "to" => "created"
    ]
    "archive" => array:3 [
      "guard" => "is_granted('ROLE_DENTAL_INTERVENTION_ARCHIVE_ALL')"
      "from" => array:3 [
        0 => "open"
        1 => "wip"
        2 => "created"
      ]
      "to" => "archived"
    ]
    "cancel" => array:3 [
      "guard" => "is_granted('ROLE_DENTAL_INTERVENTION_CANCEL_ALL')"
      "from" => array:3 [
        0 => "open"
        1 => "wip"
        2 => "created"
      ]
      "to" => "canceled"
    ]
  ]
  "initial_state" => "open"
  "opened_states" => array:3 [
    0 => "open"
    1 => "wip"
    2 => "created"
  ]
  "archive_state" => array:2 [
    0 => "archived"
    1 => "canceled"
  ]
  "index_template" => "Intervention/index.html.twig"
  "new_template" => "@CommonIntervention/Intervention/new.html.twig"
  "archive_template" => "Intervention/index.html.twig"
]
01KXDD1DGBZWA8N47PZD2JDVB1 => Click'n Plan, Implant dentaire 3D,
kn_common_workflow
array:9 [
  "classname" => "OneOrtho\Module3DKneeBundle\WorkflowDeclaration\Knee3DWorkflowDeclaration"
  "places" => array:11 [
    0 => "draft"
    1 => "created"
    2 => "entrydata_uploaded"
    3 => "preplanning_open"
    4 => "preplanning_uploaded"
    5 => "preplanning_pending_validation"
    6 => "planning_open"
    7 => "planning_planned"
    8 => "planning_closed"
    9 => "archived"
    10 => "canceled"
  ]
  "transitions" => array:14 [
    "finalise_draft" => array:3 [
      "guard" => "is_granted('ROLE_INTERVENTION_NEW')"
      "from" => "draft"
      "to" => "created"
    ]
    "revert_to_draft" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_REVERT_TO_DRAFT')"
      "from" => "created"
      "to" => "draft"
    ]
    "entrydata_upload" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_SEND_ENTRY_DATA')"
      "from" => "created"
      "to" => "entrydata_uploaded"
    ]
    "entrydata_accept" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_VALIDATE_ENTRY_DATA')"
      "from" => "entrydata_uploaded"
      "to" => "preplanning_open"
    ]
    "entrydata_refuse" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_VALIDATE_ENTRY_DATA')"
      "from" => "entrydata_uploaded"
      "to" => "created"
    ]
    "preplanning_upload" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_PRE_PLANNING')"
      "from" => "preplanning_open"
      "to" => "preplanning_uploaded"
    ]
    "preplanning_delete" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_PRE_PLANNING')"
      "from" => "preplanning_uploaded"
      "to" => "preplanning_open"
    ]
    "preplanning_close_internal" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_PRE_PLANNING') and not is_granted('ROLE_KN3D_INTERVENTION_PRE_PLANNING_VALIDATE')"
      "from" => "preplanning_uploaded"
      "to" => "preplanning_pending_validation"
    ]
    "preplanning_close" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_PRE_PLANNING') or is_granted('ROLE_KN3D_INTERVENTION_PRE_PLANNING_VALIDATE') "
      "from" => "preplanning_pending_validation"
      "to" => "planning_open"
    ]
    "planning_plan" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_PLANNING')"
      "from" => "planning_open"
      "to" => "planning_planned"
    ]
    "planning_close" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_PLANNING')"
      "from" => "planning_planned"
      "to" => "planning_closed"
    ]
    "postplanning_save" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_POST_PLANNING')"
      "from" => "planning_closed"
      "to" => "planning_closed"
    ]
    "archive" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_ARCHIVE_ALL')"
      "from" => array:9 [
        0 => "draft"
        1 => "created"
        2 => "entrydata_uploaded"
        3 => "preplanning_open"
        4 => "preplanning_uploaded"
        5 => "preplanning_pending_validation"
        6 => "planning_open"
        7 => "planning_planned"
        8 => "planning_closed"
      ]
      "to" => "archived"
    ]
    "cancel" => array:3 [
      "guard" => "is_granted('ROLE_KN3D_INTERVENTION_CANCEL_ALL')"
      "from" => array:9 [
        0 => "draft"
        1 => "created"
        2 => "entrydata_uploaded"
        3 => "preplanning_open"
        4 => "preplanning_uploaded"
        5 => "preplanning_pending_validation"
        6 => "planning_open"
        7 => "planning_planned"
        8 => "planning_closed"
      ]
      "to" => "canceled"
    ]
  ]
  "initial_state" => "draft"
  "opened_states" => array:9 [
    0 => "draft"
    1 => "created"
    2 => "entrydata_uploaded"
    3 => "preplanning_open"
    4 => "preplanning_uploaded"
    5 => "preplanning_pending_validation"
    6 => "planning_open"
    7 => "planning_planned"
    8 => "planning_closed"
  ]
  "archive_state" => array:2 [
    0 => "archived"
    1 => "canceled"
  ]
  "index_template" => "@Module3DKnee/Intervention/index.html.twig"
  "new_template" => "@Module3DKnee/Intervention/new.html.twig"
  "archive_template" => "@Module3DKnee/Intervention/index.html.twig"
]
None
hip_common_workflow
array:9 [
  "classname" => "OneOrtho\Module3DHipBundle\WorkflowDeclaration\Hip3DWorkflowDeclaration"
  "places" => array:10 [
    0 => "draft"
    1 => "created"
    2 => "entrydata_uploaded"
    3 => "preplanning_open"
    4 => "preplanning_uploaded"
    5 => "planning_open"
    6 => "planning_planned"
    7 => "planning_closed"
    8 => "archived"
    9 => "canceled"
  ]
  "transitions" => array:13 [
    "finalise_draft" => array:3 [
      "guard" => "is_granted('ROLE_INTERVENTION_NEW')"
      "from" => "draft"
      "to" => "created"
    ]
    "revert_to_draft" => array:3 [
      "guard" => "is_granted('ROLE_HIP_INTERVENTION_REVERT_TO_DRAFT')"
      "from" => "created"
      "to" => "draft"
    ]
    "entrydata_upload" => array:3 [
      "guard" => "is_granted('ROLE_HIP_INTERVENTION_SEND_ENTRY_DATA')"
      "from" => "created"
      "to" => "entrydata_uploaded"
    ]
    "entrydata_accept" => array:3 [
      "guard" => "is_granted('ROLE_HIP_INTERVENTION_VALIDATE_ENTRYDATA')"
      "from" => "entrydata_uploaded"
      "to" => "preplanning_open"
    ]
    "entrydata_refuse" => array:3 [
      "guard" => "is_granted('ROLE_HIP_INTERVENTION_VALIDATE_ENTRYDATA')"
      "from" => "entrydata_uploaded"
      "to" => "created"
    ]
    "preplanning_upload" => array:3 [
      "guard" => "is_granted('ROLE_HIP_PREPLANNING')"
      "from" => "preplanning_open"
      "to" => "preplanning_uploaded"
    ]
    "preplanning_close" => array:3 [
      "guard" => "is_granted('ROLE_HIP_PREPLANNING')"
      "from" => "preplanning_uploaded"
      "to" => "planning_open"
    ]
    "preplanning_delete" => array:3 [
      "guard" => "is_granted('ROLE_HIP_PREPLANNING')"
      "from" => "preplanning_uploaded"
      "to" => "preplanning_open"
    ]
    "planning_plan" => array:3 [
      "guard" => "is_granted('ROLE_HI3D_INTERVENTION_PLANNING')"
      "from" => "planning_open"
      "to" => "planning_planned"
    ]
    "planning_close" => array:3 [
      "guard" => "is_granted('ROLE_HI3D_INTERVENTION_PLANNING')"
      "from" => "planning_planned"
      "to" => "planning_closed"
    ]
    "postplanning_save" => array:3 [
      "guard" => "is_granted('ROLE_HI3D_INTERVENTION_POST_PLANNING')"
      "from" => "planning_closed"
      "to" => "planning_closed"
    ]
    "archive" => array:3 [
      "guard" => "is_granted('ROLE_HI3D_INTERVENTION_ARCHIVE_ALL')"
      "from" => array:8 [
        0 => "draft"
        1 => "created"
        2 => "entrydata_uploaded"
        3 => "preplanning_open"
        4 => "preplanning_uploaded"
        5 => "planning_open"
        6 => "planning_planned"
        7 => "planning_closed"
      ]
      "to" => "archived"
    ]
    "cancel" => array:3 [
      "guard" => "is_granted('ROLE_HI3D_INTERVENTION_CANCEL_ALL')"
      "from" => array:8 [
        0 => "draft"
        1 => "created"
        2 => "entrydata_uploaded"
        3 => "preplanning_open"
        4 => "preplanning_uploaded"
        5 => "planning_open"
        6 => "planning_planned"
        7 => "planning_closed"
      ]
      "to" => "canceled"
    ]
  ]
  "initial_state" => "draft"
  "opened_states" => array:8 [
    0 => "draft"
    1 => "created"
    2 => "entrydata_uploaded"
    3 => "preplanning_open"
    4 => "preplanning_uploaded"
    5 => "planning_open"
    6 => "planning_planned"
    7 => "planning_closed"
  ]
  "archive_state" => array:2 [
    0 => "archived"
    1 => "canceled"
  ]
  "index_template" => "@Module3DHip/Intervention/index.html.twig"
  "new_template" => "@Module3DHip/Intervention/new.html.twig"
  "archive_template" => "@Module3DHip/Intervention/index.html.twig"
]
None
hip2d_common_workflow
array:9 [
  "classname" => "OneOrtho\Module2DHipBundle\WorkflowDeclaration\Hip2DWorkflowDeclaration"
  "places" => array:3 [
    0 => "open"
    1 => "wip"
    2 => "closed"
  ]
  "transitions" => array:2 [
    "initialize" => array:2 [
      "from" => "open"
      "to" => "wip"
    ]
    "continue" => array:2 [
      "from" => array:2 [
        0 => "open"
        1 => "wip"
      ]
      "to" => "closed"
    ]
  ]
  "initial_state" => "open"
  "opened_states" => array:2 [
    0 => "open"
    1 => "wip"
  ]
  "archive_state" => array:1 [
    0 => "closed"
  ]
  "index_template" => "@Module2DHip/Intervention/index.html.twig"
  "new_template" => "@CommonIntervention/Intervention/new.html.twig"
  "archive_template" => "@Module2DHip/Intervention/index.html.twig"
]
None
sh_common_workflow
array:9 [
  "classname" => "OneOrtho\Module3DShoulderBundle\WorkflowDeclaration\Shoulder3DWorkflowDeclaration"
  "places" => array:10 [
    0 => "draft"
    1 => "created"
    2 => "entrydata_uploaded"
    3 => "preplanning_open"
    4 => "preplanning_uploaded"
    5 => "planning_open"
    6 => "planning_planned"
    7 => "planning_closed"
    8 => "archived"
    9 => "canceled"
  ]
  "transitions" => array:13 [
    "finalise_draft" => array:3 [
      "guard" => "is_granted('ROLE_INTERVENTION_NEW')"
      "from" => "draft"
      "to" => "created"
    ]
    "revert_to_draft" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_REVERT_TO_DRAFT')"
      "from" => "created"
      "to" => "draft"
    ]
    "entrydata_upload" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_SEND_ENTRY_DATA')"
      "from" => "created"
      "to" => "entrydata_uploaded"
    ]
    "entrydata_accept" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_VALIDATE_ENTRYDATA')"
      "from" => "entrydata_uploaded"
      "to" => "preplanning_open"
    ]
    "entrydata_refuse" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_VALIDATE_ENTRYDATA')"
      "from" => "entrydata_uploaded"
      "to" => "created"
    ]
    "preplanning_upload" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_PRE_PLANNING')"
      "from" => "preplanning_open"
      "to" => "preplanning_uploaded"
    ]
    "preplanning_close" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_PRE_PLANNING')"
      "from" => "preplanning_uploaded"
      "to" => "planning_open"
    ]
    "preplanning_delete" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_PRE_PLANNING')"
      "from" => "preplanning_uploaded"
      "to" => "preplanning_open"
    ]
    "planning_plan" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_PLANNING')"
      "from" => "planning_open"
      "to" => "planning_planned"
    ]
    "planning_close" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_PLANNING')"
      "from" => "planning_planned"
      "to" => "planning_closed"
    ]
    "postplanning_save" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_POST_PLANNING')"
      "from" => "planning_closed"
      "to" => "planning_closed"
    ]
    "archive" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_ARCHIVE_ALL')"
      "from" => array:8 [
        0 => "draft"
        1 => "created"
        2 => "entrydata_uploaded"
        3 => "preplanning_open"
        4 => "preplanning_uploaded"
        5 => "planning_open"
        6 => "planning_planned"
        7 => "planning_closed"
      ]
      "to" => "archived"
    ]
    "cancel" => array:3 [
      "guard" => "is_granted('ROLE_SH3D_INTERVENTION_CANCEL_ALL')"
      "from" => array:8 [
        0 => "draft"
        1 => "created"
        2 => "entrydata_uploaded"
        3 => "preplanning_open"
        4 => "preplanning_uploaded"
        5 => "planning_open"
        6 => "planning_planned"
        7 => "planning_closed"
      ]
      "to" => "canceled"
    ]
  ]
  "initial_state" => "draft"
  "opened_states" => array:8 [
    0 => "draft"
    1 => "created"
    2 => "entrydata_uploaded"
    3 => "preplanning_open"
    4 => "preplanning_uploaded"
    5 => "planning_open"
    6 => "planning_planned"
    7 => "planning_closed"
  ]
  "archive_state" => array:2 [
    0 => "archived"
    1 => "canceled"
  ]
  "index_template" => "@Module3DShoulder/Intervention/index.html.twig"
  "new_template" => "@Module3DShoulder/Intervention/new.html.twig"
  "archive_template" => "@Module3DShoulder/Intervention/index.html.twig"
]
None

OCI Events listeners 16

OneOrtho\CommonInterventionBundle\Event\CompanyInterventionModulePreferencePostSaveEvent
  No listener
OneOrtho\CommonInterventionBundle\Event\CompanyInterventionModulePreferencePreCreationEvent
  No listener
OneOrtho\CommonInterventionBundle\Event\InterventionIndexCustomFilterEvent
 
"OneOrtho\Module3DHipBundle\Subscriber\Intervention\RadiologistIndexSearchSubscriber::applyRadiologistFilter"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Intervention\RadiologistIndexSearchSubscriber::applyRadiologistFilter"
OneOrtho\CommonInterventionBundle\Event\InterventionModuleJsExitEvent
 
"Astem\Subscriber\ModuleJs\ModuleJsExitSubscriber::onInterventionModuleJsExit"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Planner\InterventionModuleJsExitSubscriber::onModuleJsExit"
 
"OneOrtho\Module3DHipBundle\Subscriber\ModuleJs\ModuleJsExitSubscriber::onModuleJsExit"
 
"OneOrtho\Module2DHipBundle\Subscriber\ModuleJs\ModuleJsExitSubscriber::onInterventionModuleJsExit"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\ModuleJs\ModuleJsExitSubscriber::onModuleJsExit"
OneOrtho\CommonInterventionBundle\Event\InterventionModuleJsPostSaveDataEvent
 
"Astem\Subscriber\ModuleJs\ModuleJsPrePostSaveDataSubscriber::postSaveData"
 
"OneOrtho\Module2DHipBundle\Subscriber\ModuleJs\ModuleJsPrePostSaveDataSubscriber::postSaveData"
OneOrtho\CommonInterventionBundle\Event\InterventionModuleJsPreOpenEvent
 
"OneOrtho\Module3DKneeBundle\Subscriber\Planner\PreOpenPlannerSubscriber::moduleJsPreOpen"
 
"OneOrtho\Module3DHipBundle\Subscriber\ModuleJs\ModuleJsOpeningSubscriber::onInterventionModuleJsPreOpen"
 
"OneOrtho\Module2DHipBundle\Subscriber\ModuleJs\ModuleJsOpeningSubscriber::onInterventionModuleJsPreOpen"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\ModuleJs\ModuleJsOpeningSubscriber::onInterventionModuleJsPreOpen"
OneOrtho\CommonInterventionBundle\Event\InterventionModuleJsPreSaveDataEvent
 
"Astem\Subscriber\ModuleJs\ModuleJsPrePostSaveDataSubscriber::preSaveData"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Planner\InterventionModuleJsPreSaveDataSubscriber::moduleJsPreSaveData"
 
"OneOrtho\Module3DHipBundle\Subscriber\ModuleJs\ModuleJsSaveDataSubscriber::onInterventionModuleJsPreSaveData"
 
"OneOrtho\Module2DHipBundle\Subscriber\ModuleJs\ModuleJsPrePostSaveDataSubscriber::preSaveData"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\ModuleJs\ModuleJsSaveDataSubscriber::onInterventionModuleJsPreSaveData"
OneOrtho\CommonInterventionBundle\Event\InterventionModuleJsReadDataEvent
  No listener
OneOrtho\CommonInterventionBundle\Event\InterventionPostChangeStateEvent
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\AddFlashAfterTransitionSubscriber::addFlash"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\AddFlashAfterTransitionSubscriber::addFlash"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\AddFlashAfterTransitionSubscriber::addFlash"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\MailSending\SendMailOnPostFinaliseDraftSubscriber::onInterventionPostFinaliseDraft"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\MailSending\SendMailOnPostTransitionAfterEntryDataUploadedSubscriber::onInterventionPostStateChange"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\MailSending\SendMailOnPostUploadEntryDataSubscriber::onInterventionPostUploadEntryData"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PostAcceptEntryDataSubscriber::onPostChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PostCloseInternalPrePlanningSubscriber::onPostChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PostDeletePrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PostPlanPlanningSubscriber::onPostChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PostUploadPrePlanningSubscriber::onPostChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\MailSending\SendMailOnPostFinaliseDraftSubscriber::onInterventionPostFinaliseDraft"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\MailSending\SendMailOnPostTransitionAfterEntryDataUploadedSubscriber::onInterventionPostStateChange"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\MailSending\SendMailOnPostUploadEntryDataSubscriber::onInterventionPostUploadEntryData"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PostAcceptEntryDataSubscriber::onPostChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PostDeletePrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PostUploadPrePlanningSubscriber::onPostChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\MailSending\SendMailOnPostFinaliseDraftSubscriber::onInterventionPostFinaliseDraft"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\MailSending\SendMailOnPostTransitionAfterEntryDataUploadedSubscriber::onInterventionPostStateChange"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\MailSending\SendMailOnPostUploadEntryDataSubscriber::onInterventionPostUploadEntryData"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PostAcceptEntryDataSubscriber::onPostChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PostDeletePrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PostPlanPlanningSubscriber::onPostChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PostUploadPrePlanningSubscriber::onPostChangeState"
 
"App\EventSubscriber\ArtificialIntelligence\OCIHi3DEntryDataSendToAISubscriber::onInterventionPostChangeState"
 
"App\EventSubscriber\ArtificialIntelligence\OCIKn3DEntryDataSendToAISubscriber::onInterventionPostChangeState"
 
"App\EventSubscriber\ArtificialIntelligence\OCISh3DEntryDataSendToAISubscriber::onInterventionPostChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PostFinaliseDraftSubscriber::redirect"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PostFinaliseDraftSubscriber::redirect"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PostFinaliseDraftSubscriber::redirect"
 
"App\EventSubscriber\ArtificialIntelligence\OCIEntryDataRefusedSubscriber::onKn3DEntryDataRefused"
 
"App\EventSubscriber\ArtificialIntelligence\OCIEntryDataRefusedSubscriber::onHi3DEntryDataRefused"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PostEntryDataAutoValidationSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PostEntryDataAutoValidationSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PostEntryDataAutoValidationSubscriber::onInterventionPreChangeState"
OneOrtho\CommonInterventionBundle\Event\InterventionPostCreateEvent
  No listener
OneOrtho\CommonInterventionBundle\Event\InterventionPostUpdateEvent
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\MailSending\SendMailOnPostUpdateInterventionSubscriber::onInterventionPostUpdate"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\MailSending\SendMailOnPostUpdateInterventionSubscriber::onInterventionPostUpdate"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\MailSending\SendMailOnPostUpdateInterventionSubscriber::onInterventionPostUpdate"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\RedirectAfterInterventionEditSubscriber::onInterventionPostUpdate"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\RedirectAfterInterventionEditSubscriber::onInterventionPostUpdate"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\RedirectAfterInterventionEditSubscriber::onInterventionPostUpdate"
OneOrtho\CommonInterventionBundle\Event\InterventionPreChangeStateEvent
 
"OneOrtho\Module3DKneeBundle\Subscriber\Intervention\PreArchiveOrCancelInterventionSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreCloseInternalPrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreClosePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreClosePrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreDeletePrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PrePlanPlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreRefuseEntryDataSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreSavePostPlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreUploadPrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Intervention\PreArchiveOrCancelInterventionSubscriber::onPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PreClosePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PreClosePrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PreSavePostPlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Intervention\PreArchiveOrCancelInterventionSubscriber::onPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PreClosePrePlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PrePlanPlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PreSavePostPlanningSubscriber::onPreChangeState"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreCreationValidationSubscriber::checkIntervention"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\PreEntryDataUploadValidationSubscriber::checkIntervention"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PreCreationValidationSubscriber::checkIntervention"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PreDeletePrePlanningSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PreEntryDataUploadValidationSubscriber::checkIntervention"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PrePlanPlanningSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PreRefuseEntryDataSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\PreUploadPrePlanningSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module2DHipBundle\Subscriber\Workflow\PreContinueSubscriber::openModuleJs"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PreClosePlanningSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PreCreationValidationSubscriber::checkIntervention"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PreDeletePrePlanningSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PreEntryDataUploadValidationSubscriber::checkIntervention"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PreRefuseEntryDataSubscriber::onInterventionPreChangeState"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\PreUploadPrePlanningSubscriber::onInterventionPreChangeState"
OneOrtho\CommonInterventionBundle\Event\InterventionPreCreateEvent
 
"Astem\Subscriber\Intervention\InterventionPreCreateSubscriber::onInterventionPreCreate"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Intervention\InterventionPreCreateSubscriber::onInterventionPreCreate"
 
"OneOrtho\Module3DHipBundle\Subscriber\Intervention\InterventionPreCreateSubscriber::onInterventionPreCreate"
 
"OneOrtho\Module2DHipBundle\Subscriber\Intervention\InterventionPreCreateSubscriber::onInterventionPreCreate"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Intervention\InterventionPreCreateSubscriber::onInterventionPreCreate"
OneOrtho\CommonInterventionBundle\Event\InterventionPreUpdateEvent
  No listener
OneOrtho\CommonInterventionBundle\Event\UserInterventionModulePreferencePostSaveEvent
  No listener
OneOrtho\CommonInterventionBundle\Event\UserInterventionModulePreferencePreCreationEvent
  No listener

dental_common_workflow listeners 38

Use this event only if highly necessary. Use first the events packaged by bundle.
workflow.dental_common_workflow.leave
  No listener
workflow.dental_common_workflow.leave.open
  No listener
workflow.dental_common_workflow.leave.wip
  No listener
workflow.dental_common_workflow.leave.created
  No listener
workflow.dental_common_workflow.leave.archived
  No listener
workflow.dental_common_workflow.leave.canceled
  No listener
workflow.dental_common_workflow.enter
  No listener
workflow.dental_common_workflow.enter.open
  No listener
workflow.dental_common_workflow.enter.wip
  No listener
workflow.dental_common_workflow.enter.created
  No listener
workflow.dental_common_workflow.enter.archived
  No listener
workflow.dental_common_workflow.enter.canceled
  No listener
workflow.dental_common_workflow.entered
  No listener
workflow.dental_common_workflow.entered.open
  No listener
workflow.dental_common_workflow.entered.wip
  No listener
workflow.dental_common_workflow.entered.created
  No listener
workflow.dental_common_workflow.entered.archived
  No listener
workflow.dental_common_workflow.entered.canceled
  No listener
workflow.dental_common_workflow.guard
  No listener
workflow.dental_common_workflow.guard.initialize
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.dental_common_workflow.guard.finalise
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.dental_common_workflow.guard.archive
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.dental_common_workflow.guard.cancel
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.dental_common_workflow.transition
  No listener
workflow.dental_common_workflow.transition.initialize
  No listener
workflow.dental_common_workflow.transition.finalise
  No listener
workflow.dental_common_workflow.transition.archive
  No listener
workflow.dental_common_workflow.transition.cancel
  No listener
workflow.dental_common_workflow.completed
  No listener
workflow.dental_common_workflow.completed.initialize
  No listener
workflow.dental_common_workflow.completed.finalise
  No listener
workflow.dental_common_workflow.completed.archive
  No listener
workflow.dental_common_workflow.completed.cancel
  No listener
workflow.dental_common_workflow.announce
  No listener
workflow.dental_common_workflow.announce.initialize
  No listener
workflow.dental_common_workflow.announce.finalise
  No listener
workflow.dental_common_workflow.announce.archive
  No listener
workflow.dental_common_workflow.announce.cancel
  No listener

kn_common_workflow listeners 96

Use this event only if highly necessary. Use first the events packaged by bundle.
workflow.kn_common_workflow.leave
  No listener
workflow.kn_common_workflow.leave.draft
  No listener
workflow.kn_common_workflow.leave.created
  No listener
workflow.kn_common_workflow.leave.entrydata_uploaded
  No listener
workflow.kn_common_workflow.leave.preplanning_open
  No listener
workflow.kn_common_workflow.leave.preplanning_uploaded
  No listener
workflow.kn_common_workflow.leave.preplanning_pending_validation
  No listener
workflow.kn_common_workflow.leave.planning_open
  No listener
workflow.kn_common_workflow.leave.planning_planned
  No listener
workflow.kn_common_workflow.leave.planning_closed
  No listener
workflow.kn_common_workflow.leave.archived
  No listener
workflow.kn_common_workflow.leave.canceled
  No listener
workflow.kn_common_workflow.enter
  No listener
workflow.kn_common_workflow.enter.draft
  No listener
workflow.kn_common_workflow.enter.created
  No listener
workflow.kn_common_workflow.enter.entrydata_uploaded
  No listener
workflow.kn_common_workflow.enter.preplanning_open
  No listener
workflow.kn_common_workflow.enter.preplanning_uploaded
  No listener
workflow.kn_common_workflow.enter.preplanning_pending_validation
  No listener
workflow.kn_common_workflow.enter.planning_open
  No listener
workflow.kn_common_workflow.enter.planning_planned
  No listener
workflow.kn_common_workflow.enter.planning_closed
  No listener
workflow.kn_common_workflow.enter.archived
  No listener
workflow.kn_common_workflow.enter.canceled
  No listener
workflow.kn_common_workflow.entered
  No listener
workflow.kn_common_workflow.entered.draft
  No listener
workflow.kn_common_workflow.entered.created
  No listener
workflow.kn_common_workflow.entered.entrydata_uploaded
  No listener
workflow.kn_common_workflow.entered.preplanning_open
  No listener
workflow.kn_common_workflow.entered.preplanning_uploaded
  No listener
workflow.kn_common_workflow.entered.preplanning_pending_validation
  No listener
workflow.kn_common_workflow.entered.planning_open
  No listener
workflow.kn_common_workflow.entered.planning_planned
  No listener
workflow.kn_common_workflow.entered.planning_closed
  No listener
workflow.kn_common_workflow.entered.archived
  No listener
workflow.kn_common_workflow.entered.canceled
  No listener
workflow.kn_common_workflow.guard
  No listener
workflow.kn_common_workflow.guard.finalise_draft
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.revert_to_draft
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.entrydata_upload
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\Guard\PlanningResetGuardSubscriber::guardTransition"
workflow.kn_common_workflow.guard.entrydata_accept
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.entrydata_refuse
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.preplanning_upload
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.preplanning_delete
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.preplanning_close_internal
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.preplanning_close
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
 
"OneOrtho\Module3DKneeBundle\Subscriber\Workflow\Guard\PrePlanningCloseGuardSubscriber::guardTransition"
workflow.kn_common_workflow.guard.planning_plan
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.planning_close
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.postplanning_save
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.archive
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.guard.cancel
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.kn_common_workflow.transition
  No listener
workflow.kn_common_workflow.transition.finalise_draft
  No listener
workflow.kn_common_workflow.transition.revert_to_draft
  No listener
workflow.kn_common_workflow.transition.entrydata_upload
  No listener
workflow.kn_common_workflow.transition.entrydata_accept
  No listener
workflow.kn_common_workflow.transition.entrydata_refuse
  No listener
workflow.kn_common_workflow.transition.preplanning_upload
  No listener
workflow.kn_common_workflow.transition.preplanning_delete
  No listener
workflow.kn_common_workflow.transition.preplanning_close_internal
  No listener
workflow.kn_common_workflow.transition.preplanning_close
  No listener
workflow.kn_common_workflow.transition.planning_plan
  No listener
workflow.kn_common_workflow.transition.planning_close
  No listener
workflow.kn_common_workflow.transition.postplanning_save
  No listener
workflow.kn_common_workflow.transition.archive
  No listener
workflow.kn_common_workflow.transition.cancel
  No listener
workflow.kn_common_workflow.completed
  No listener
workflow.kn_common_workflow.completed.finalise_draft
  No listener
workflow.kn_common_workflow.completed.revert_to_draft
  No listener
workflow.kn_common_workflow.completed.entrydata_upload
  No listener
workflow.kn_common_workflow.completed.entrydata_accept
  No listener
workflow.kn_common_workflow.completed.entrydata_refuse
  No listener
workflow.kn_common_workflow.completed.preplanning_upload
  No listener
workflow.kn_common_workflow.completed.preplanning_delete
  No listener
workflow.kn_common_workflow.completed.preplanning_close_internal
  No listener
workflow.kn_common_workflow.completed.preplanning_close
  No listener
workflow.kn_common_workflow.completed.planning_plan
  No listener
workflow.kn_common_workflow.completed.planning_close
  No listener
workflow.kn_common_workflow.completed.postplanning_save
  No listener
workflow.kn_common_workflow.completed.archive
  No listener
workflow.kn_common_workflow.completed.cancel
  No listener
workflow.kn_common_workflow.announce
  No listener
workflow.kn_common_workflow.announce.finalise_draft
  No listener
workflow.kn_common_workflow.announce.revert_to_draft
  No listener
workflow.kn_common_workflow.announce.entrydata_upload
  No listener
workflow.kn_common_workflow.announce.entrydata_accept
  No listener
workflow.kn_common_workflow.announce.entrydata_refuse
  No listener
workflow.kn_common_workflow.announce.preplanning_upload
  No listener
workflow.kn_common_workflow.announce.preplanning_delete
  No listener
workflow.kn_common_workflow.announce.preplanning_close_internal
  No listener
workflow.kn_common_workflow.announce.preplanning_close
  No listener
workflow.kn_common_workflow.announce.planning_plan
  No listener
workflow.kn_common_workflow.announce.planning_close
  No listener
workflow.kn_common_workflow.announce.postplanning_save
  No listener
workflow.kn_common_workflow.announce.archive
  No listener
workflow.kn_common_workflow.announce.cancel
  No listener

hip_common_workflow listeners 89

Use this event only if highly necessary. Use first the events packaged by bundle.
workflow.hip_common_workflow.leave
  No listener
workflow.hip_common_workflow.leave.draft
  No listener
workflow.hip_common_workflow.leave.created
  No listener
workflow.hip_common_workflow.leave.entrydata_uploaded
  No listener
workflow.hip_common_workflow.leave.preplanning_open
  No listener
workflow.hip_common_workflow.leave.preplanning_uploaded
  No listener
workflow.hip_common_workflow.leave.planning_open
  No listener
workflow.hip_common_workflow.leave.planning_planned
  No listener
workflow.hip_common_workflow.leave.planning_closed
  No listener
workflow.hip_common_workflow.leave.archived
  No listener
workflow.hip_common_workflow.leave.canceled
  No listener
workflow.hip_common_workflow.enter
  No listener
workflow.hip_common_workflow.enter.draft
  No listener
workflow.hip_common_workflow.enter.created
  No listener
workflow.hip_common_workflow.enter.entrydata_uploaded
  No listener
workflow.hip_common_workflow.enter.preplanning_open
  No listener
workflow.hip_common_workflow.enter.preplanning_uploaded
  No listener
workflow.hip_common_workflow.enter.planning_open
  No listener
workflow.hip_common_workflow.enter.planning_planned
  No listener
workflow.hip_common_workflow.enter.planning_closed
  No listener
workflow.hip_common_workflow.enter.archived
  No listener
workflow.hip_common_workflow.enter.canceled
  No listener
workflow.hip_common_workflow.entered
  No listener
workflow.hip_common_workflow.entered.draft
  No listener
workflow.hip_common_workflow.entered.created
  No listener
workflow.hip_common_workflow.entered.entrydata_uploaded
  No listener
workflow.hip_common_workflow.entered.preplanning_open
  No listener
workflow.hip_common_workflow.entered.preplanning_uploaded
  No listener
workflow.hip_common_workflow.entered.planning_open
  No listener
workflow.hip_common_workflow.entered.planning_planned
  No listener
workflow.hip_common_workflow.entered.planning_closed
  No listener
workflow.hip_common_workflow.entered.archived
  No listener
workflow.hip_common_workflow.entered.canceled
  No listener
workflow.hip_common_workflow.guard
  No listener
workflow.hip_common_workflow.guard.finalise_draft
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.revert_to_draft
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.entrydata_upload
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
 
"OneOrtho\Module3DHipBundle\Subscriber\Workflow\Guard\PlanningResetGuardSubscriber::guardTransition"
workflow.hip_common_workflow.guard.entrydata_accept
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.entrydata_refuse
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.preplanning_upload
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.preplanning_close
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.preplanning_delete
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.planning_plan
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.planning_close
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.postplanning_save
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.archive
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.guard.cancel
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.hip_common_workflow.transition
  No listener
workflow.hip_common_workflow.transition.finalise_draft
  No listener
workflow.hip_common_workflow.transition.revert_to_draft
  No listener
workflow.hip_common_workflow.transition.entrydata_upload
  No listener
workflow.hip_common_workflow.transition.entrydata_accept
  No listener
workflow.hip_common_workflow.transition.entrydata_refuse
  No listener
workflow.hip_common_workflow.transition.preplanning_upload
  No listener
workflow.hip_common_workflow.transition.preplanning_close
  No listener
workflow.hip_common_workflow.transition.preplanning_delete
  No listener
workflow.hip_common_workflow.transition.planning_plan
  No listener
workflow.hip_common_workflow.transition.planning_close
  No listener
workflow.hip_common_workflow.transition.postplanning_save
  No listener
workflow.hip_common_workflow.transition.archive
  No listener
workflow.hip_common_workflow.transition.cancel
  No listener
workflow.hip_common_workflow.completed
  No listener
workflow.hip_common_workflow.completed.finalise_draft
  No listener
workflow.hip_common_workflow.completed.revert_to_draft
  No listener
workflow.hip_common_workflow.completed.entrydata_upload
  No listener
workflow.hip_common_workflow.completed.entrydata_accept
  No listener
workflow.hip_common_workflow.completed.entrydata_refuse
  No listener
workflow.hip_common_workflow.completed.preplanning_upload
  No listener
workflow.hip_common_workflow.completed.preplanning_close
  No listener
workflow.hip_common_workflow.completed.preplanning_delete
  No listener
workflow.hip_common_workflow.completed.planning_plan
  No listener
workflow.hip_common_workflow.completed.planning_close
  No listener
workflow.hip_common_workflow.completed.postplanning_save
  No listener
workflow.hip_common_workflow.completed.archive
  No listener
workflow.hip_common_workflow.completed.cancel
  No listener
workflow.hip_common_workflow.announce
  No listener
workflow.hip_common_workflow.announce.finalise_draft
  No listener
workflow.hip_common_workflow.announce.revert_to_draft
  No listener
workflow.hip_common_workflow.announce.entrydata_upload
  No listener
workflow.hip_common_workflow.announce.entrydata_accept
  No listener
workflow.hip_common_workflow.announce.entrydata_refuse
  No listener
workflow.hip_common_workflow.announce.preplanning_upload
  No listener
workflow.hip_common_workflow.announce.preplanning_close
  No listener
workflow.hip_common_workflow.announce.preplanning_delete
  No listener
workflow.hip_common_workflow.announce.planning_plan
  No listener
workflow.hip_common_workflow.announce.planning_close
  No listener
workflow.hip_common_workflow.announce.postplanning_save
  No listener
workflow.hip_common_workflow.announce.archive
  No listener
workflow.hip_common_workflow.announce.cancel
  No listener

hip2d_common_workflow listeners 24

Use this event only if highly necessary. Use first the events packaged by bundle.
workflow.hip2d_common_workflow.leave
  No listener
workflow.hip2d_common_workflow.leave.open
  No listener
workflow.hip2d_common_workflow.leave.wip
  No listener
workflow.hip2d_common_workflow.leave.closed
  No listener
workflow.hip2d_common_workflow.enter
  No listener
workflow.hip2d_common_workflow.enter.open
  No listener
workflow.hip2d_common_workflow.enter.wip
  No listener
workflow.hip2d_common_workflow.enter.closed
  No listener
workflow.hip2d_common_workflow.entered
  No listener
workflow.hip2d_common_workflow.entered.open
  No listener
workflow.hip2d_common_workflow.entered.wip
  No listener
workflow.hip2d_common_workflow.entered.closed
  No listener
workflow.hip2d_common_workflow.guard
 
"OneOrtho\Module2DHipBundle\Subscriber\Workflow\Guard\PlanningProgressGuardSubscriber::guardTransition"
workflow.hip2d_common_workflow.guard.initialize
  No listener
workflow.hip2d_common_workflow.guard.continue
  No listener
workflow.hip2d_common_workflow.transition
  No listener
workflow.hip2d_common_workflow.transition.initialize
  No listener
workflow.hip2d_common_workflow.transition.continue
  No listener
workflow.hip2d_common_workflow.completed
  No listener
workflow.hip2d_common_workflow.completed.initialize
  No listener
workflow.hip2d_common_workflow.completed.continue
  No listener
workflow.hip2d_common_workflow.announce
  No listener
workflow.hip2d_common_workflow.announce.initialize
  No listener
workflow.hip2d_common_workflow.announce.continue
  No listener

sh_common_workflow listeners 89

Use this event only if highly necessary. Use first the events packaged by bundle.
workflow.sh_common_workflow.leave
  No listener
workflow.sh_common_workflow.leave.draft
  No listener
workflow.sh_common_workflow.leave.created
  No listener
workflow.sh_common_workflow.leave.entrydata_uploaded
  No listener
workflow.sh_common_workflow.leave.preplanning_open
  No listener
workflow.sh_common_workflow.leave.preplanning_uploaded
  No listener
workflow.sh_common_workflow.leave.planning_open
  No listener
workflow.sh_common_workflow.leave.planning_planned
  No listener
workflow.sh_common_workflow.leave.planning_closed
  No listener
workflow.sh_common_workflow.leave.archived
  No listener
workflow.sh_common_workflow.leave.canceled
  No listener
workflow.sh_common_workflow.enter
  No listener
workflow.sh_common_workflow.enter.draft
  No listener
workflow.sh_common_workflow.enter.created
  No listener
workflow.sh_common_workflow.enter.entrydata_uploaded
  No listener
workflow.sh_common_workflow.enter.preplanning_open
  No listener
workflow.sh_common_workflow.enter.preplanning_uploaded
  No listener
workflow.sh_common_workflow.enter.planning_open
  No listener
workflow.sh_common_workflow.enter.planning_planned
  No listener
workflow.sh_common_workflow.enter.planning_closed
  No listener
workflow.sh_common_workflow.enter.archived
  No listener
workflow.sh_common_workflow.enter.canceled
  No listener
workflow.sh_common_workflow.entered
  No listener
workflow.sh_common_workflow.entered.draft
  No listener
workflow.sh_common_workflow.entered.created
  No listener
workflow.sh_common_workflow.entered.entrydata_uploaded
  No listener
workflow.sh_common_workflow.entered.preplanning_open
  No listener
workflow.sh_common_workflow.entered.preplanning_uploaded
  No listener
workflow.sh_common_workflow.entered.planning_open
  No listener
workflow.sh_common_workflow.entered.planning_planned
  No listener
workflow.sh_common_workflow.entered.planning_closed
  No listener
workflow.sh_common_workflow.entered.archived
  No listener
workflow.sh_common_workflow.entered.canceled
  No listener
workflow.sh_common_workflow.guard
  No listener
workflow.sh_common_workflow.guard.finalise_draft
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.revert_to_draft
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.entrydata_upload
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
 
"OneOrtho\Module3DShoulderBundle\Subscriber\Workflow\Guard\PlanningResetGuardSubscriber::guardTransition"
workflow.sh_common_workflow.guard.entrydata_accept
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.entrydata_refuse
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.preplanning_upload
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.preplanning_close
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.preplanning_delete
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.planning_plan
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.planning_close
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.postplanning_save
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.archive
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.guard.cancel
 
"Symfony\Component\Workflow\EventListener\GuardListener::onTransition"
workflow.sh_common_workflow.transition
  No listener
workflow.sh_common_workflow.transition.finalise_draft
  No listener
workflow.sh_common_workflow.transition.revert_to_draft
  No listener
workflow.sh_common_workflow.transition.entrydata_upload
  No listener
workflow.sh_common_workflow.transition.entrydata_accept
  No listener
workflow.sh_common_workflow.transition.entrydata_refuse
  No listener
workflow.sh_common_workflow.transition.preplanning_upload
  No listener
workflow.sh_common_workflow.transition.preplanning_close
  No listener
workflow.sh_common_workflow.transition.preplanning_delete
  No listener
workflow.sh_common_workflow.transition.planning_plan
  No listener
workflow.sh_common_workflow.transition.planning_close
  No listener
workflow.sh_common_workflow.transition.postplanning_save
  No listener
workflow.sh_common_workflow.transition.archive
  No listener
workflow.sh_common_workflow.transition.cancel
  No listener
workflow.sh_common_workflow.completed
  No listener
workflow.sh_common_workflow.completed.finalise_draft
  No listener
workflow.sh_common_workflow.completed.revert_to_draft
  No listener
workflow.sh_common_workflow.completed.entrydata_upload
  No listener
workflow.sh_common_workflow.completed.entrydata_accept
  No listener
workflow.sh_common_workflow.completed.entrydata_refuse
  No listener
workflow.sh_common_workflow.completed.preplanning_upload
  No listener
workflow.sh_common_workflow.completed.preplanning_close
  No listener
workflow.sh_common_workflow.completed.preplanning_delete
  No listener
workflow.sh_common_workflow.completed.planning_plan
  No listener
workflow.sh_common_workflow.completed.planning_close
  No listener
workflow.sh_common_workflow.completed.postplanning_save
  No listener
workflow.sh_common_workflow.completed.archive
  No listener
workflow.sh_common_workflow.completed.cancel
  No listener
workflow.sh_common_workflow.announce
  No listener
workflow.sh_common_workflow.announce.finalise_draft
  No listener
workflow.sh_common_workflow.announce.revert_to_draft
  No listener
workflow.sh_common_workflow.announce.entrydata_upload
  No listener
workflow.sh_common_workflow.announce.entrydata_accept
  No listener
workflow.sh_common_workflow.announce.entrydata_refuse
  No listener
workflow.sh_common_workflow.announce.preplanning_upload
  No listener
workflow.sh_common_workflow.announce.preplanning_close
  No listener
workflow.sh_common_workflow.announce.preplanning_delete
  No listener
workflow.sh_common_workflow.announce.planning_plan
  No listener
workflow.sh_common_workflow.announce.planning_close
  No listener
workflow.sh_common_workflow.announce.postplanning_save
  No listener
workflow.sh_common_workflow.announce.archive
  No listener
workflow.sh_common_workflow.announce.cancel
  No listener