Shared Flow Message Logging policy in post Client Flow.

ajytwi
New Member

Hi All,

I have gone through below posts but still have problem executing shared flow in post client flow.

I have implemented message logging policy in shared flow and calling shared flow from post client flow but in trace I can't see message logging policy is getting executed as well I can't see updated logs when ever transaction is getting executed.

Seems this is a bug and has not resolved yet.I am using on premises Edge.

Can anyone from APIGEE provide confirmation on this

https://community.apigee.com/questions/45718/messagelogging-policy-not-triggered-in-post-client.html

https://community.apigee.com/questions/42911/postclientflow-shared-flow.html

Thanks

0 1 658
1 REPLY 1

@Ajay Tiwari

To quote from the docs --

Additionally, you can add a PostClientFlow to the ProxyEndpoint, which executes after the response is returned to the requesting client app. Only MessageLogging policies can be attached to this flow.

The shared flow cannot be added to the postClientFlow.