Using intervals that overlap each for simNextClaim and simNextComplete in order to calculate certain uniform activation distributions causes statistical trouble when a task is being completed before it was claimed at all.
Mitigation ideas
simNextComplete refers to point in time when User Task was claimed rather than created.
- Check for the corner case when that happens and warn.
Using intervals that overlap each for
simNextClaimandsimNextCompletein order to calculate certain uniform activation distributions causes statistical trouble when a task is being completed before it was claimed at all.Mitigation ideas
simNextCompleterefers to point in time when User Task was claimed rather than created.