flowable / flowable/flowable-engine
Why can the event gateway be triggered multiple times
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
I define two events, a timer event and a signal event
First, the timer is triggered, and service02 sleeps for 2 hours
In the second step, trigger the signal and find that service01 and service03 are also running
### Why does the signal from step two trigger? I think the signal event should not trigger when the timer has not finished executing
```xml
PT1M
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.