Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Service Callout in PostClientFlow

Hi,

Can i use Service callout in Post client flow ? My requirement is to send notification to one of the back-end system when response is already been send to client. I have to make an async call to backend after doing all operations in the proxy.

Solved Solved
1 4 2,091
1 ACCEPTED SOLUTION

I think you cannot. You CAN, however,

Edit: you can make a fire-and-forget call using ServiceCallout by omitting the Response element from the SC configuration. See the documentation on this policy for more on that.

You can also make a fire-and-forget call using a JS callout.

Neither would work in the PostClientFlow, but either would work in the Response PostFlow for the proxy endpoint. That is "as late as possible", AFAIK.

View solution in original post

4 REPLIES 4