-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 73.24
-
Component/s: Workflow
-
Tags:
-
Sprint:NOS 10.10.1 - end nov
-
Story Points:2
NXS-1210 aims to generate validate form (field validate) for task nodes in workflows. This is the behavior described in tech-lead TL-282 Task validation:
<rnode:taskButtons> <button> <filter><![CDATA[]]></filter> <name><![CDATA[cancel]]></name> <label><![CDATA[wf.parallelDocumentReview.cancel]]></label> <validate><![CDATA[false]]></validate> </button> <button> <filter><![CDATA[]]></filter> <name><![CDATA[start_review]]></name> <label><![CDATA[wf.parallelDocumentReview.startReview]]></label> <validate><![CDATA[true]]></validate> </button> </rnode:taskButtons>
However, nothing has been changed since the resolution of NXS-1210: in a Studio package (ZIP) for 10.3, the field validate is still not found.