Actions
Task #1345
closedSupport for validation skipping on userTask for decision
Start date:
10/24/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Use case:
I have userTask with custom fields which was created from WF. This custom fields should be required only for reject for example. (I can have field called reason for example and user have to fill the reason only when he is rejecting the task).
Now is possible to set field required or non required for all decisions.
It will be added new attribute into DecisionFormTypeDto called skipValidation then it will be possible to use this value in WF in the same way as the others attributes for decision type.
On FE in DynamicTaskDetail there will one more condition in _validateAndCompleteTask.
Actions