Is it mandatory to have "condition" for conditional flow in target endpoints?

I can have a conditional flow which will be executed if none of the conditions satisfied, before the flow comes to it. In that case i don't need a condition for the flow. This is allowed and tested in the xml editor however "condition" is mandatory field in the dialog box for add conditional flow.

Is it apigee proxy editor issue?

0 2 466
2 REPLIES 2

@Krish ,

Yes, Its proxy editor issue.

It's not mandatory. Yes, Only one conditional flow executes on first match basis. See an example here where we leverage same.

As @Anil Sagar mentions , the UI expects a condition in the dialog when creating a conditional flow. To get around that, you can put in a 'dummy' condition, then remove it manually in the XML editor once the condition is created.