Hi!
I have a task view with some inputs with validation - required = true. It’s ok for completeTask action (completing task without filling this inputs would be incorrect), but I want to skip it for submitTask action. If there’s no validation, submit action acts as desired (just save data and keep task alive), but if there is any validation, user can’t submit task if required inputs are empty.
I am trying something with property bindings expression and data flow implementation for submitTask flow, but I’m afraid I don’t have enough skills to do that…
Inputs are located on the document associated to task (TaskData), something like this:
#{Vr03codificarviewdefaultviewview.vr03codificar.taskData.vrcodificatesoreria.decideCodificador}
but I don’t know how to change the validation property for this input…
Any idea would be appreciate… In that direction or any other way to do that, of course :happy:
Thanks!!!
Marta
#BPM#webMethods#webMethods-BPMS