function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
debradebra 

Methods to debug auto-launched Flow

I have a Flow that is launched from a process builder immediate action.  I have two branches in my flow one is working as expected but the other is not.   I turned on the finest level of debug for WORKFLOW but the debug log is pretty much useless.     I was trying to see if I could use PB/Flows instead of Apex Trigger but so far I favoring going back to a trigger!

Process Builder process is called: Opportunity Product Quantity Pricing
Flow is called: Set Opp Product Price Qty Single

I want to be able to see the values passed from the Process to the Flow and if possible see the values for Flow variables and the status of the steps in the Flow but don't see how this is possible to do???

Here is the log output related to the process/flow:

14:06:12.69 (140667650)|WF_FLOW_ACTION_BEGIN|09Lf00000008Xos
14:06:12.142 (142655726)|USER_INFO|[EXTERNAL]|005E0000000kS6z|debra@prn.com.uat|Pacific Standard Time|GMT-07:00
14:06:12.142 (142681500)|FLOW_CREATE_INTERVIEW_BEGIN|00Df0000003aFW9|300E0000000Gx7D|301f00000001If5
14:06:12.142 (144276650)|FLOW_CREATE_INTERVIEW_END|829126b70a73e978483422ccffa11554b649571-5a63|Opportunity Product Quantity Pricing
14:06:12.147 (147426859)|USER_INFO|[EXTERNAL]|005E0000000kS6z|debra@prn.com.uat|Pacific Standard Time|GMT-07:00
14:06:12.147 (147446128)|FLOW_START_INTERVIEWS_BEGIN|1
14:06:12.147 (148076651)|FLOW_START_INTERVIEW_BEGIN|829126b70a73e978483422ccffa11554b649571-5a63|Opportunity Product Quantity Pricing
14:06:12.147 (177147639)|FLOW_START_INTERVIEW_END|829126b70a73e978483422ccffa11554b649571-5a63|Opportunity Product Quantity Pricing
14:06:12.147 (312771894)|FLOW_CREATE_INTERVIEW_BEGIN|00Df0000003aFW9|300E0000000GwvX|
14:06:12.147 (314544502)|FLOW_CREATE_INTERVIEW_END|829226b70a73e978483422ccffa11554b649571-5a64|Set Opp Product Price Qty Single
14:06:12.147 (316342330)|FLOW_START_INTERVIEWS_BEGIN|1
14:06:12.147 (316367698)|FLOW_START_INTERVIEW_BEGIN|829226b70a73e978483422ccffa11554b649571-5a64|Set Opp Product Price Qty Single
14:06:12.147 (316536587)|FLOW_START_INTERVIEW_END|829226b70a73e978483422ccffa11554b649571-5a64|Set Opp Product Price Qty Single
14:06:12.360 (360869924)|USER_INFO|[EXTERNAL]|005E0000000kS6z|debra@prn.com.uat|Pacific Standard Time|GMT-07:00
14:06:12.360 (360887214)|CODE_UNIT_STARTED|[EXTERNAL]|Validation:OpportunityLineItem:00kf00000065ZEZ
.....VALIDATION RULES LOGGING
14:06:12.360 (362577567)|VALIDATION_PASS
14:06:12.360 (362597399)|CODE_UNIT_FINISHED|Validation:OpportunityLineItem:00kf00000065ZEZ
14:06:12.147 (373737598)|FLOW_START_INTERVIEWS_END|1
14:06:12.147 (374065457)|FLOW_START_INTERVIEWS_END|1
14:06:12.69 (376344599)|WF_FLOW_ACTION_END|09Lf00000008Xos
Best Answer chosen by debra
debradebra
Using higher debug levels can see some value assignments