File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ Be aware that the document is not released yet and the release might still be ab
7272
7373This event is fired ** after** a document has been released. Raising an exception thus can not prevent the release.
7474
75+ ** Supported actions:**
76+
77+ - [ StartWorkflowAction] ( actions.md#StartWorkflowAction )
78+
7579** DocumentReleasedEvent.name:** document_released
7680
7781** DocumentReleasedEvent.data:**
@@ -136,6 +140,10 @@ Be aware that the engineering change is not released yet and the release might s
136140
137141This event is fired ** after** an engineering change has been released. Raising an exception thus can not prevent the release.
138142
143+ ** Supported actions:**
144+
145+ - [ StartWorkflowAction] ( actions.md#StartWorkflowAction )
146+
139147** EngineeringChangeReleasedEvent.name:** engineering_change_released
140148
141149** EngineeringChangeReleasedEvent.data:**
@@ -217,6 +225,10 @@ Be aware that the part is not released yet and the release might still be aborte
217225
218226This event is fired ** after** a part has been released. Raising an exception thus can not prevent the release.
219227
228+ ** Supported actions:**
229+
230+ - [ StartWorkflowAction] ( actions.md#StartWorkflowAction )
231+
220232** PartReleasedEvent.name:** part_released
221233
222234** PartReleasedEvent.data:**
You can’t perform that action at this time.
0 commit comments