Hello Experts,
I have created one workflow app in CF which works fine in terms of workflow API calls. But now my requirement is to call http service for which I have created one destination through which I am trying to call the service.
My issue is: when I add the destination in xs-app.json then my component.js is not getting loaded. But when I remove this destination from route in xs-app.json then my application is loading but service call gives "404 not found" error.
I have followed below URL and removed approuter from application.
Please provide your suggestion how can I make succes call to Http service.
Thanks,