Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Timer notification received two times #93

Open
mjalil opened this issue Mar 26, 2019 · 3 comments
Open

Timer notification received two times #93

mjalil opened this issue Mar 26, 2019 · 3 comments
Labels
pr-wanted please provide a PR with a test case

Comments

@mjalil
Copy link

mjalil commented Mar 26, 2019

Hi dear developers,
I registered for every start event on a bpmn that have an intermediate timer task and implemented ExecutionListener on a class. Then I see timer start event received 2 times. Is it my fault or a bug?

SelectorBuilder.selector()
    .context(SelectorBuilder.Context.bpmn)
    .event("start");

Thanks

@jangalinski
Copy link
Collaborator

Just for clarification: you are talking about timer-start-events (intermediate timer task and start event doesn't fit).

@mjalil
Copy link
Author

mjalil commented Mar 26, 2019

No, I use a start event, not a timer start event.

@jangalinski
Copy link
Collaborator

could you provide a PR with a failing test example for this, please?

@jangalinski jangalinski added the pr-wanted please provide a PR with a test case label Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-wanted please provide a PR with a test case
Projects
None yet
Development

No branches or pull requests

2 participants