I am trying to add one Validator into my workflow with one simple condition .
If the user = "abcd" and field = yes then create else give an error "Please fill all the Value"
and if the user !="abcd" then dont check the field just create it
how can i achieve this in Groovy .
Your Help is really appreciated
Abyakta