Orchestration - Manipulate Output Issue
Hi All,
I am trying to manipulate output through groovy script, but unable to achieve the results. My requirement is I dont want to see the responses from Orchestration I just need simple"Result" : "Success" message when it is successful else file to get error messages. To achieve this I have used below groovy script, I am getting my custom message along with the results of orchestration. I tried with return value but my requirement is even dont want any retun value also I just need "Result" : "Success" for every success run of orchestration. Can you please help how to blank