How can I figure out which branch of a Process Builder/Flow relates to the Current Element 'myWait_myRule_20'
Clash 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?
process-builder visual-workflow
add a comment |Â
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?
process-builder visual-workflow
add a comment |Â
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?
process-builder visual-workflow
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
process-builder visual-workflow
asked 5 hours ago
Robs
1,476525
1,476525
add a comment |Â
add a comment |Â
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.
Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
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
add a comment |Â
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.
Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
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
add a comment |Â
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.
Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
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
add a comment |Â
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.
Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
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.
Once downloaded, it will include your flow metadata. It will also show the name of the offending block that you got in an exception.
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password