note update in inclusive gateway (#2118)

This commit is contained in:
Usama Ahmad 2024-10-16 15:30:58 +05:00 committed by GitHub
parent 46c54e9b94
commit 5934c84db1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ It is used when the process flow needs to make an inclusive choice, where multip
Each outgoing sequence flow can have a condition associated with it, but even if multiple conditions evaluate to true, all the flows are taken. Each outgoing sequence flow can have a condition associated with it, but even if multiple conditions evaluate to true, all the flows are taken.
```{admonition} Note ```{admonition} Note
⚠ Note that Default Flow is not possible with Inclusive Gateways. ⚠ Note that the Default Flow is only followed if no other outgoing flows are valid.
``` ```
![inclusive_gateway_mp](images/inclusive_gateway_mp.png) ![inclusive_gateway_mp](images/inclusive_gateway_mp.png)