Custom validator for a form field when process engine is deployed in a remote server.

When we design forms in Camunda 7, we can specify custom validators for form fields.

Here it expects that the validator bean name is given which is understandable. But if the camunda engine is deployed in a remote server (not embedded one), then how can we specify custom validator?

In other words can we specify “external validator” ?