Access endpoints in Service Registry?

Hello,

I am creating a Service Registry, and I wish to use an endpoint as a base URL. (for example, endpoints.idm)

However I receive the following error : org.flowable.common.engine.api.FlowableException: Unknown property used in expression: ${endpoints.idm}/users

What am I missing ?

Thanks in advance

It appears as though you are using the enterprise product. “endpoints” is a frontend expression and not available in the service registry Base URL field..

Why do you access rest endpoint?
You have all services available in the command context.

Martin