Will post client flow executes when flow enters into fault rules?

Please correct me if my understanding is wrong.

When flow enters into fault rules , all other flows will be skipped including the post flow.

When error is sent back to the client, will post client flow be executed ??

1 Like

@Mahantesh IShwar

Great Question, Yes, Post Client Flow executes even if flow enters into fault rules. Yes, All other flows will be skipped.

You can attach only message logging policies to the post client flow. Here is the sample proxy that demonstrates same.

postclientflowtest-rev1-2017-03-03.zip

Hope it helps.

@docs , @sgilson , You might be interested in this. Can we update the docs here to reflect same information ?Thank You.

We have an extensive doc on fault handling, including using post-client flow here.

Stephen

Got it, Thanks @sgilson. It’s helpful.

That was really helpfull. Thank you so much @Anil Sagar.

Thank you @sgilson