Enabling flowable modeler with autodiscovery service like Spring Cloud Eureka

Hi Flowable Team,

I have done some customization in flowable Modeler . i have designed a mechanism of creating a custom task(business task) at runtime by simply making some changes in my configuration file put that file in network/server . and i am able to do my desired operation from those business task by using Delegating classes.

but now i want to trigger a Micro-service which is already registered with service discovery server (Eureka in my case) . i want to call that micro-service by using its logical name passed as input variable in my Business Task (custom task).

please suggest on this .

Thanks
Pushpendra Singh

Hi Team,
any update on this .

Hi @pushpendrayadav, did you find a solution for this?