You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a flow have a taskDefaults and there is a mandatory properties on a task, right now micronaut validation will lead this on due to @Body annotation.
Maybe a better approach will be to inject taskDefaults and after trigger the validation.
It will also help for this one :
If a flow have a
taskDefaults
and there is a mandatory properties on a task, right now micronaut validation will lead this on due to@Body
annotation.Maybe a better approach will be to inject
taskDefaults
and after trigger the validation.It will also help for this one :
The text was updated successfully, but these errors were encountered: