ciba
ciba

Reputation: 21

Anypoint Studio 7.11.1 Shared Flows not showing in debugger

debug view I am trying to debug shared flows within a mule app. (Mac Monetrey,Anypoint 7.11.1). I am unable to see debugger showing Flow Ref of shared flows as the call goes from mule app flows to shared flows, but instead it opens up shared flow xml files. The Share Flow Ref's does not change at all.

In the attached image Authentication_FR is a flow reference in the main mule app which call the shared flow (imported using import tag). The Flow Ref never changes (always showing Authentication_FR) but share flow xml gets opened as i step thru the debugger.

Thanks in advance for all the help.

Upvotes: 0

Views: 379

Answers (1)

nomorevictor
nomorevictor

Reputation: 41

Unfortunately you are facing a current product limitation. There is a submitted idea in order to implement this into future Anypoint Studio releases.

As a workaround you could remove the XML import tags and directly add the XML file(s) containing the shared flow(s) into the src/main/mule folder of the project you are debugging. Once you complete the debugging activities you will need to bring your project back to its original state.

Upvotes: 1

Related Questions