Read properties of flow

Not applicable

Hi,

My requirement is I've one shared flow in which I've two policies and one policy I want to execute in request flow and other policy I want to execute in response flow. So I want to read property (i.e. enforcement) of flow i.e. it is either request or response. Could you please let me know how to read this.

7243-capture.jpg

Solved Solved
0 1 119
1 ACCEPTED SOLUTION

Not applicable

HI,

We can achieve through following condition. It's worked for me :).

For Request Flow;

<Condition>response == null</Condition>

For Response Flow;

<Condition>response != null</Condition>

View solution in original post

1 REPLY 1

Not applicable

HI,

We can achieve through following condition. It's worked for me :).

For Request Flow;

<Condition>response == null</Condition>

For Response Flow;

<Condition>response != null</Condition>