Code inspector false negative - Flow.Interview.xxxx

Issue #1228 duplicate
Eric Kintzer created an issue

Another false positive in the code inspector. Any autolaunched Visual Flow should reproduce this issue. Relevant SFDC Apex doc.

Flow.Interview flow     = new Flow.Interview.Quote_CPQ_to_Order_Products(
    new map<String,Object> {'QuoteID' => qId});

Flow inspector.png

Comments (3)

  1. Scott Wells repo owner

    Thanks, Eric. This one will be a little more tricky because it'll require me to add support for this type of static reference to flow metadata similar to what I've already done for custom objects/fields, labels, and VF pages. I'll take a look when I get past the Spring '19 updates and a few other things that are pressing. Thanks for reporting!

  2. Log in to comment