Skip to content

Commit 7286261

Browse files
Update docs/components/best-practices/development/routing-events-to-processes.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d06783 commit 7286261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/best-practices/development/routing-events-to-processes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Several BPMN start events can be used to start a new process instance.
2929
| ----------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
3030
| | ![none start](/img/bpmn-elements/none-start.svg) | ![message start](/img/bpmn-elements/message-start.svg) | ![timer start](/img/bpmn-elements/timer-start.svg) | ![signal start](/img/bpmn-elements/signal-start.svg) | ![conditional start](/img/bpmn-elements/conditional-start.svg) |
3131
| Use when | You have only **one start event** or a start event which is clearly standard. | You have to differentiate **several start events**. | You want to automatically start process instances **time controlled**. | You need to start **several process instances** at once. Rarely used. | When a specific **condition** is met, a process instance is created. |
32-
| Supported for Execution | | | | | Determine occurrence of condition externally yourself and use the message event. |
32+
| Supported for Execution ||||| Determine occurrence of condition externally yourself and use the message event. |
3333
| | [Learn more](/components/modeler/bpmn/none-events/none-events.md) | [Learn more](/components/modeler/bpmn/message-events/message-events.md) | [Learn more](/components/modeler/bpmn/timer-events/timer-events.md) | [Learn more](/components/modeler/bpmn/signal-events/signal-events.md) | |
3434

3535
<div bpmn="best-practices/routing-events-to-processes-assets/start-events.bpmn" callouts="NoneStartEvent,MessageStartEvent1,MessageStartEvent2" />

0 commit comments

Comments
 (0)