Skip to content

Commit 079e87e

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 07e51c3 commit 079e87e

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
@@ -54,7 +54,7 @@ Several BPMN intermediate events (and the receive task) can be used to make a pr
5454
| ----------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
5555
| | ![message intermediate](/img/bpmn-elements/message-intermediate.svg) | ![task receive](/img/bpmn-elements/task-receive.svg) | ![timer intermediate](/img/bpmn-elements/timer-intermediate.svg) | ![signal intermediate](/img/bpmn-elements/signal-intermediate.svg) | ![conditional intermediate](/img/bpmn-elements/conditional-intermediate.svg) |
5656
| Use when | You route an incoming **message** to a specific and unique process instance. | As alternative to message events (to leverage BPMN boundary events, e.g. for timeouts). | You want to make your process instance wait for a certain (point in) **time**. | You route an incoming **signal** to all process instances waiting for it. | When a specific **condition** is met, the waiting process instance moves on. |
57-
| Supported for Execution | | | | | Not yet supported in Camunda 8 |
57+
| Supported for Execution ||||| Not yet supported in Camunda 8 |
5858
| | [Learn more](/components/modeler/bpmn/message-events/message-events.md) | [Learn more](/components/modeler/bpmn/receive-tasks/receive-tasks.md) | [Learn more](/components/modeler/bpmn/timer-events/timer-events.md) | [Learn more](/components/modeler/bpmn/signal-events/signal-events.md) | |
5959

6060
Consider this example:

0 commit comments

Comments
 (0)