Actions
Task #123
closedPropagate process owner and starter to subprocesess
Start date:
08/26/2016
Due date:
% Done:
100%
Estimated time:
Owner:
Description
After start change user's permissions superprocess I set to him process owner user (applicant) and process starter (realizator).
We need propagate this informations to subprocesess.
Now is this infromations propagated as variable, but it is insufficient.
We need set owner and starter direct to subprocesess instance (for beter filtering without OR clouse).
Updated by Vít Švanda over 8 years ago
- % Done changed from 0 to 80
- I had problem with how set owner and starter for subprocess ... because I don't have controll for start subprecess by call-activity.
- I found solution. I added Activiti event listener for catch event after process started. This listener set owner (applicant) and starter (implementer) only to new subprocesses.
Updated by Vít Švanda over 8 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
- I had problem with how set owner and starter for subprocess ... because I don't have controll for start subprecess by call-activity.
- I found solution. I added Activiti event listener for catch event after process started. This listener set owner (applicant) and starter (implementer) only to new subprocesses.
OR clause is not needed from now. Query for load history processes is extremly faster.
Actions