Post Client Flow can add any policy or only message logging policy?

I read post client flow from apigee document. they say can add only message logging policy in post client flow.

9299-a.jpg

but from this link https://community.apigee.com/articles/18196/tutorial-apigee-edge-post-client-flow.html they say can add any policies in post client flow

I try to add any policies in post client flow but error has occur

9300-capture.jpg

I'm not sure.What is the correct answer?

Solved Solved
0 5 1,853
1 ACCEPTED SOLUTION

Postclient flow only supports message logging policy. You cannot add any other policies in postclient flow.

View solution in original post

5 REPLIES 5

Postclient flow only supports message logging policy. You cannot add any other policies in postclient flow.

Are you sure about this? I was able to add a Service Callout in the PostClientFlow. The only problem I found is that if there's an error in one of steps before, the trace doesn't record the calls made. This is strange, but I couldn't find the answer.

<PostClientFlow>
    <Request/>
    <Response>
        <Step>
             <Name>FC-ServiceAccounting</Name>
        </Step>
    </Response>
</PostClientFlow>

Not applicable

Post client flow allows message logging, flow callout and service callout. All it allows are in response flow.

Yes, but I think that you can also execute a Flow Callout.

Yes, flow callout is also allowed.