Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:workflows:dev:workflow [2018/11/14 13:16]
kucerar json example
devel:documentation:workflows:dev:workflow [2020/06/25 14:52]
svandav [Sending notifications]
Line 494: Line 494:
  
 Sending notification can be turnd off in each UserTask by setting Form property **sendNotification**. Example of this setting: Sending notification can be turnd off in each UserTask by setting Form property **sendNotification**. Example of this setting:
-{{ :navrh:wf001.png |}}+<code xml> 
 +<activiti:formProperty 
 +    id="sendNotification" 
 +    type="configuration" 
 +    expression="false" 
 +    writable="false"> 
 +</activiti:formProperty> 
 +</code> 
 Type of variable have to be **configuration**. It is FormType, which is not propagated to frontend. ID or name have to be **sendNotification**. It does not matter even in case of **idm.sec.core.wf.notification.send** is setted to false, because form property **sendNotification** has **higher priority**. Type of variable have to be **configuration**. It is FormType, which is not propagated to frontend. ID or name have to be **sendNotification**. It does not matter even in case of **idm.sec.core.wf.notification.send** is setted to false, because form property **sendNotification** has **higher priority**.
  
  • by husniko