Skip to content

Commit 99a84e7

Browse files
Add info about current timer's limitation
1 parent 4014a59 commit 99a84e7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Mendix workflows currently support a **single concurrent instance** per defined
8080

8181
If your workflow has multiple, distinct event sub-processes defined (for example, one for "Address Change" and one for "Document Upload"), each one can have its own active instance simultaneously. One being active does not prevent a different one from being triggered.
8282

83+
{{% alert color="info" %}}
84+
Currently, a timer start event fires only once. Support for recurring timers may be added in the future.
85+
{{% /alert %}}
86+
8387
## Getting started
8488

8589
### Adding Event Sub-Processes

0 commit comments

Comments
 (0)