"COND" label for conditional flow

Not applicable

In one of my conditional flow, I have following condition;

I used to see "DELETE" label in api editor with (request.verb = "DELETE") but now I am seeing "COND" label for the conditional flow.

What does "COND" mean ? Does it mean conditions are not set properly?

<Condition>(request.queryparam.q0 != "") and (request.verb = "DELETE")</Condition>

Solved Solved
1 3 167
1 ACCEPTED SOLUTION

@Mayank ,

I am sure you are talking about API Proxy Develop tab screen in Edge UI like the one below,

3487-apigeeeeee.png

It's just by desing, UI shows the verb name only if condition proxy.pathsuffix MatchesPath "XXXX" is present along with request.verb condition.

COND label just means , it's a conditional flow. It's not an issue & it's by design i believe.

Hope it helps.

View solution in original post

3 REPLIES 3

Hi @Mayank

Not sure the question is clear. Where do you see "COND" label ? Can you paste a screenshot ?

@Mayank ,

I am sure you are talking about API Proxy Develop tab screen in Edge UI like the one below,

3487-apigeeeeee.png

It's just by desing, UI shows the verb name only if condition proxy.pathsuffix MatchesPath "XXXX" is present along with request.verb condition.

COND label just means , it's a conditional flow. It's not an issue & it's by design i believe.

Hope it helps.

yes Anil, that's right . Thanks for replicating this.