Skip to content

Commit 0f32fc0

Browse files
authored
BB-25175: Apply CAPTCHA protection to start checkout functionality (#40429)
1 parent 158366a commit 0f32fc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

backend/entities-data-management/workflows/workflow-events.rst

+7
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ The three events being dispatched are:
102102
- oro_workflow.[workflow name].entered
103103
- oro_workflow.[workflow name].entered.[new step name]
104104

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+
105112
oro_workflow.transition
106113
^^^^^^^^^^^^^^^^^^^^^^^
107114

0 commit comments

Comments
 (0)