Skip to main content

I am trying to troubleshoot an error which I am receiving. In the error file, I am getting a reference to a flow by its ID. 

 

How can I find which Flow (or maybe Process Builder ?) that is ? I thought maybe using Workbench and querying the Flow Interview object, but that apparently only shows those which are currently paused....? I could be wrong. 

 

Any suggestions ?

6 个回答
  1. 2018年2月12日 20:52
    Go to workbench, login, on the top right, go to uitlities, Rest Explorer, GET Method. Put the URL below with the latest version. Put the Flow ID in that last part and click Execute. You will get the details of the PB

     

     

    /services/data/v41.0/tooling/sobjects/flow/{flowID}
0/9000