Hi all,
Is it possible to add a validator to a workflow transition using a groovy script (for example, a custom REST endpoint)?
I can add the validator in the workflow editor as shown in the screenshot, I am wondering if this is possible to do via a groovy script.
The validator I want to add is to make the field required for the specific transition. I can make the field required/optional via groovy using the field configuration, but this affects every place where the field is used and I only want to make it required for a transition.
Replies appreciated, thank you