Task #920
closedEvent processor - support conditional processing
100%
Description
When processing of event depends on some condition , then processor can be skipped. Add support for this method to event processor API, and use this method in processors, which implement this method itself (AbstractWorkflowEventProcessor).
Updated by Radek Tomiška almost 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 0 to 90
I've added 'conditional' method into event processors API and used it, where it's needed (crt module, core impl).
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/e48970e886e6bae68edd60a49fe7dfc80b323934
Documentation: https://wiki.czechidm.com/devel/dev/architecture/events#abstractentityeventprocessor
Could you do a feedback, pls?
Updated by Ondřej Kopr almost 7 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 90 to 100
I made feedback and new feature works well, I checked the behavior on current processor (TreeTypeSaveProcessor) and works. Thank you for the feature, this feature will be very useful on projects.
Updated by Radek Tomiška almost 7 years ago
- Status changed from Resolved to Closed