Actions
Defect #1115
closedCanceled subprocess doesn't trigger the parent process
Start date:
05/30/2018
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Updated by Vít Švanda over 6 years ago
- I tried triggered process cancel event manually, but without success.
- Now I try implements signal event, but in Activiti is bug for this.
Updated by Vít Švanda over 6 years ago
On end I implemented disapproving of the process (when task has the decision with id 'disapprove') and adding log information to whole request.
- I had to change the searching the tasks. I propagate the 'permissions', but only granting of full rights if permissions are null is implemented now!
https://github.com/bcvsolutions/CzechIdMng/commit/2e97eea29c440e3d006575e0f79d63a9639deb98
Documentation and test remains.
Updated by Vít Švanda over 6 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
Tests created in the ChangeIdentityPermissionTest:
- cancelWfOnRoleRequestDeleteTest
- cancelSubprocessOnContractDeleteTest
Documentation is here: https://wiki.czechidm.com/devel/documentation/security/dev/change-user-permissions#integrity_on_remove_contract_or_role
Updated by Radek Tomiška over 6 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 test and review, it works and code looks nice! Thx!
Actions