We are extensively using groovy script to prepare payload and process the response in Camunda 7 Service tasks which uses http-connectors (HTTP Connector | docs.camunda.org) and I can see that they are not supported in Camunda 8.
Is there a way we can reuse the existing code when we migrate to Camunda 8 or should I be writing the Job Workers for each of these service tasks ?
If we are starting new project, a REST Connector would be something which we can go for. But in the current scenario, we have to rewrite all the 50 to 100 groovy script code files which we used in Camunda 7 http connector for payload and response processing into a java based code.
I am looking for any possible solution/ approach which will reduce our groovy script to java conversion work.