Defect #2346
closedNotification skip on create of a workflow task doesn't work properly
100%
Updated by Vít Švanda over 4 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 0 to 90
Skipping of sending notification after new workflow task was created not worked if default property (in task configuration) was used.
I fixed this with using expression property instead default value.
<activiti:formProperty id="sendNotification" type="configuration" expression="false" writable="false"></activiti:formProperty>
I modified product workflow for change permissions. There are three places, where is notification send directly from workflow and universal create task notification shoud be skiped. I added this skip to these tasks.
Documentation changed: https://wiki.czechidm.com/devel/documentation/workflows/dev/workflow#sending_notifications
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/934db0dacafd33b9505e466f73f750a28770b332
Updated by Radek Tomiška over 4 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I did review and test on delegation, it is ok, thx!