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
JavanLJavanL 

Deleted ProcessBuilder process still firing

I need help fixing an issue where a ProcessBuilder process is still firing after I’ve deleted it.
 
Last week, I created a ProcessBuilder process that fired a Flow after a record was inserted/updated.
The Flow didn’t meet my needs so I deleted the Flow.
Then I deleted the ProcessBuilder process.
I executed my test and received the following error:
"
The record couldn’t be saved because it failed to trigger a flow. 
A flow trigger failed to execute the flow with version ID 301110000005J2u. 
Contact your administrator for help.
"
How is this possible when I deleted both the process and the flow?
 
Any help on this is greatly appreciated.
 
Thanks.
Jayson Faderanga 14Jayson Faderanga 14
have you tried running debug logs to check the specific functionality that is firing?