Using the external task client in a multi tenancy setting

Hi,

I am trying to create an external task but I ran into trouble setting up the client. I use one process engine per tenant and each tenant has a seperate base url.

using the spring boot external task client its only possible to specify a single base url which means I need to use the (non-spring) external task client and bootstrap multiple clients in a single application.

i am not sure if this is the proper approach though or if external tasks are something i should use in combination with multi tenancy.