Flow Callout Fault rules

Hello,
I have a noticed that when you create a new flow callout policy it ha ( by default ) the following :

<FlowCallout async="false" continueOnError="false" enabled="true" name="Flow-Callout-1">
    <DisplayName>Flow Callout-1</DisplayName>
    <FaultRules/>
    <Properties/>
    <SharedFlowBundle>SF-Flow</SharedFlowBundle>
</FlowCallout>

it has this <FaultRules/> section. I have noticed that the documentation did not mention anything about this Fault rules section.

So does it work ? and where to find it in the docs ?

Hi @abdullah.khedr333 ,

The addition of FaultRules to policies was a legacy policy template issue.

FaultRules are not used in policies, only in ProxyEndpoint and TargetEndpoint.

I just tried this for a bunch of policies and I do not see the FaultRules being added, even for FlowCallout.

Perhaps a change was rolled out in the UI recently.