How can I figure out which branch of a Process Builder/Flow relates to the Current Element 'myWait_myRule_20'

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
3
down vote

favorite












The Flow setup page contains a list of Paused and Waiting Interviews



One of the columns is Current Element for example:




myWait_myRule_20




How can I match that to a branch of the Process?










share|improve this question



























    up vote
    3
    down vote

    favorite












    The Flow setup page contains a list of Paused and Waiting Interviews



    One of the columns is Current Element for example:




    myWait_myRule_20




    How can I match that to a branch of the Process?










    share|improve this question























      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      The Flow setup page contains a list of Paused and Waiting Interviews



      One of the columns is Current Element for example:




      myWait_myRule_20




      How can I match that to a branch of the Process?










      share|improve this question













      The Flow setup page contains a list of Paused and Waiting Interviews



      One of the columns is Current Element for example:




      myWait_myRule_20




      How can I match that to a branch of the Process?







      process-builder visual-workflow






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 5 hours ago









      Robs

      1,476525




      1,476525




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote













          You can debug it by downloading metadata using workbench.



          Create a file named package.xml with below content. The flowName and its version number



          <?xml version="1.0" encoding="UTF-8"?>
          <Package xmlns="http://soap.sforce.com/2006/04/metadata">
          <fullName>MyPackage</fullName>


          <types>
          <members>OffeningFlow-48</members>
          <name>Flow</name>
          </types>
          <version>44.0</version>
          </Package>


          Go to workbench / Force.com migration tool(Alternatively you can use an IDE) and select your package.xml. Dont forget to check single package.
          enter image description here



          Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
          enter image description here






          share|improve this answer




















          • Thanks. Can I download this information via SFDX / VS Code also?
            – Robs
            3 hours ago










          • Hi @Robs , yes you can. They are part of metadata name as flow.
            – Pranay Jaiswal
            3 hours ago










          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "459"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f238638%2fhow-can-i-figure-out-which-branch-of-a-process-builder-flow-relates-to-the-curre%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote













          You can debug it by downloading metadata using workbench.



          Create a file named package.xml with below content. The flowName and its version number



          <?xml version="1.0" encoding="UTF-8"?>
          <Package xmlns="http://soap.sforce.com/2006/04/metadata">
          <fullName>MyPackage</fullName>


          <types>
          <members>OffeningFlow-48</members>
          <name>Flow</name>
          </types>
          <version>44.0</version>
          </Package>


          Go to workbench / Force.com migration tool(Alternatively you can use an IDE) and select your package.xml. Dont forget to check single package.
          enter image description here



          Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
          enter image description here






          share|improve this answer




















          • Thanks. Can I download this information via SFDX / VS Code also?
            – Robs
            3 hours ago










          • Hi @Robs , yes you can. They are part of metadata name as flow.
            – Pranay Jaiswal
            3 hours ago














          up vote
          4
          down vote













          You can debug it by downloading metadata using workbench.



          Create a file named package.xml with below content. The flowName and its version number



          <?xml version="1.0" encoding="UTF-8"?>
          <Package xmlns="http://soap.sforce.com/2006/04/metadata">
          <fullName>MyPackage</fullName>


          <types>
          <members>OffeningFlow-48</members>
          <name>Flow</name>
          </types>
          <version>44.0</version>
          </Package>


          Go to workbench / Force.com migration tool(Alternatively you can use an IDE) and select your package.xml. Dont forget to check single package.
          enter image description here



          Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
          enter image description here






          share|improve this answer




















          • Thanks. Can I download this information via SFDX / VS Code also?
            – Robs
            3 hours ago










          • Hi @Robs , yes you can. They are part of metadata name as flow.
            – Pranay Jaiswal
            3 hours ago












          up vote
          4
          down vote










          up vote
          4
          down vote









          You can debug it by downloading metadata using workbench.



          Create a file named package.xml with below content. The flowName and its version number



          <?xml version="1.0" encoding="UTF-8"?>
          <Package xmlns="http://soap.sforce.com/2006/04/metadata">
          <fullName>MyPackage</fullName>


          <types>
          <members>OffeningFlow-48</members>
          <name>Flow</name>
          </types>
          <version>44.0</version>
          </Package>


          Go to workbench / Force.com migration tool(Alternatively you can use an IDE) and select your package.xml. Dont forget to check single package.
          enter image description here



          Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
          enter image description here






          share|improve this answer












          You can debug it by downloading metadata using workbench.



          Create a file named package.xml with below content. The flowName and its version number



          <?xml version="1.0" encoding="UTF-8"?>
          <Package xmlns="http://soap.sforce.com/2006/04/metadata">
          <fullName>MyPackage</fullName>


          <types>
          <members>OffeningFlow-48</members>
          <name>Flow</name>
          </types>
          <version>44.0</version>
          </Package>


          Go to workbench / Force.com migration tool(Alternatively you can use an IDE) and select your package.xml. Dont forget to check single package.
          enter image description here



          Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 3 hours ago









          Pranay Jaiswal

          10.2k31949




          10.2k31949











          • Thanks. Can I download this information via SFDX / VS Code also?
            – Robs
            3 hours ago










          • Hi @Robs , yes you can. They are part of metadata name as flow.
            – Pranay Jaiswal
            3 hours ago
















          • Thanks. Can I download this information via SFDX / VS Code also?
            – Robs
            3 hours ago










          • Hi @Robs , yes you can. They are part of metadata name as flow.
            – Pranay Jaiswal
            3 hours ago















          Thanks. Can I download this information via SFDX / VS Code also?
          – Robs
          3 hours ago




          Thanks. Can I download this information via SFDX / VS Code also?
          – Robs
          3 hours ago












          Hi @Robs , yes you can. They are part of metadata name as flow.
          – Pranay Jaiswal
          3 hours ago




          Hi @Robs , yes you can. They are part of metadata name as flow.
          – Pranay Jaiswal
          3 hours ago

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f238638%2fhow-can-i-figure-out-which-branch-of-a-process-builder-flow-relates-to-the-curre%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          Long meetings (6-7 hours a day): Being “babysat” by supervisor

          Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

          Confectionery