Project

General

Profile

Actions

Defect #2346

closed

Notification skip on create of a workflow task doesn't work properly

Added by Vít Švanda almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Vít Švanda
Category:
Workflow
Target version:
Start date:
06/25/2020
Due date:
% Done:

100%

Estimated time:
Affected versions:
Owner:
Actions #1

Updated by Vít Švanda almost 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

Actions #2

Updated by Radek Tomiška almost 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!

Actions

Also available in: Atom PDF