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 ??

Solved Solved
1 6 634
1 ACCEPTED SOLUTION

@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

4409-screen-shot-2017-03-03-at-105847-am.png

Hope it helps.

View solution in original post

6 REPLIES 6

@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

4409-screen-shot-2017-03-03-at-105847-am.png

Hope it helps.

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

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

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

Stephen

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

Thank you @sgilson