Breaking the CPU Time Limit: The Invocable-to-Queueable Split Pattern
How to split expensive processing between a synchronous Invocable method and an asynchronous Queueable job to avoid the 15-second CPU time limit.
How to split expensive processing between a synchronous Invocable method and an asynchronous Queueable job to avoid the 15-second CPU time limit.