We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158366a commit 0f32fc0Copy full SHA for 0f32fc0
backend/entities-data-management/workflows/workflow-events.rst
@@ -102,6 +102,13 @@ The three events being dispatched are:
102
- oro_workflow.[workflow name].entered
103
- oro_workflow.[workflow name].entered.[new step name]
104
105
+oro_workflow.transition.assemble
106
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
107
+
108
+This event is fired just before the transition model is assembled. It allows to hook into the transition build process and modify transition options.
109
110
+For example, it can be used to add a form to the transition based on some conditions.
111
112
oro_workflow.transition
113
^^^^^^^^^^^^^^^^^^^^^^^
114
0 commit comments