Defect #2743
closedEvent: Start event remains in running state, when long running task ends with exception.
100%
Description
When exception is thrown, when long running task ends (after all items are correctly processed - e.g. when business role is removed or automatic role is recounted), then start long running task event still running. It has no functional impact, but event should be ended in this state.
Related issues
Updated by Radek Tomiška over 3 years ago
- Related to Defect #2686: Synchronization of identities and contracts sometimes left Waiting tasks (-> next synchronization failed to start HR processes) added
Updated by Radek Tomiška over 3 years ago
- Related to Task #1135: Bulk action improvements added
Updated by Radek Tomiška over 3 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
I fixed / improved:
- start event for LRT is ended as executed properly - exception is shown in LRT agenda
- bulk action is not ended redundantly now
- when recount of automatic role fails, then other automatic roles are now blocked now (lrt task ends with exception properly)
- when task is stuck in running state, can be canceled from UI now.
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/b1517e16ae88875532cb66f06ba1846d513fe416
Could you provide me a feedback, please?
Updated by Vít Švanda over 3 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did review and tested it. Nice fixies, thanks for that.
Updated by Radek Tomiška over 3 years ago
- Status changed from Resolved to Closed