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
Vance Kessler 23Vance Kessler 23 

Process Builder stripping calls to my Apex Code

I have some flows that call Apex code (@InvocableMethod). There is a VERY extremely annoying problem that EVERY TIME I save my class or deploy the flow, it SILENTLY STRIPS OUT CALLS TO MY CODE!!! It does not do this to all calls to Apex, just some of them. But it does it VERY consistently on those.

Is Process Builder just not ready for calling out to Apex Code yet?

I have found no workarounds for this bug.