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
Janno RipJanno Rip 

Monitor the flows that get triggered after a record has been saved

Hello developers,

we have a lot of process builders in our org that run when an opportunity record gets created/edited. They have very different criterias on when to run and when not to. In order to do some bugfixing and improving the performance I would like to know which of these process actually get triggered when creating/saving an opportunity.

Is there a way to see which of those actually run when I create/save an opportunity? Some kind of an overview which flows have run?

I only found the overview for 'pending' flows but thats not what I need. 

Thanks!

Jitendra Nagar 31Jitendra Nagar 31
Hi Janno,

You can find the name of process builder from the developer console in the logs section with got fired....Please Refer with the screen shot Below..
User-added image
You can see the name of the prcess builder "Automatically_update_status_of_campaign"


Hope this help..
Please mark this answer as best if it does.....Cheers
Janno RipJanno Rip
Hello Jitendra,

thanks for the quick response. Unfortunetaly I have little to no experience with the developer console. How do I simulate the creation of an opportunity to see which process builders got fired? If that is even possible.

Thanks