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
Previous revision
Next revision Both sides next revision
devel:documentation:workflows:dev:workflow [2020/06/25 14:52]
svandav [Sending notifications]
devel:documentation:workflows:dev:workflow [2021/05/15 15:50]
husniko [Dynamic detail of task]
Line 393: Line 393:
     </userTask>     </userTask>
 </code> </code>
 +  
 +  
 +===Setting solver note message - decision reason===
 +The task solver is able to set the reason of the decision or any other note to the solved task. The text are serving to this purpose is part of the confirmation modal window which appears, when users clicks the decision button. Display of this modal window (see in the picture below) has to be enabled by ''decision'' property ''showWarning'' or ''reasonRequired'' in particular workflow. When ''reasonRequired'' is used the solver note/decision reason is **mandatory**. More about setting of this feature is in the following configuration paragraph. 
 +
 +{{ :devel:documentation:workflows:dev:solverreasonmodal.png |}}
 +  
 +When the task is solved the solver's reason can be seen in two places. The first one in table of tasks which are part of given workflow and in the detail of the particular task.
 +
 +{{ :devel:documentation:workflows:dev:solverreasonmodal.png |}} {{ :devel:documentation:workflows:dev:solverreasonmodal.png |}}
 +
 +
 +
 =====Custom task detail===== =====Custom task detail=====
  
  • by husniko