diff --git a/README.md b/README.md index 5c3c029d..7e568d9f 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Create fast, scalable custom rollups driven by Custom Metadata in your Salesforc ### Package deployment options - + - + diff --git a/package.json b/package.json index 2ed17909..7f70a41d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apex-rollup", - "version": "1.2.7", + "version": "1.2.8", "description": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.", "repository": { "type": "git", diff --git a/rollup/core/classes/Rollup.cls b/rollup/core/classes/Rollup.cls index 45872ddb..68fce8d1 100644 --- a/rollup/core/classes/Rollup.cls +++ b/rollup/core/classes/Rollup.cls @@ -25,6 +25,7 @@ global without sharing virtual class Rollup implements Database.Batchable FLOW_ROLLUPS = new List(); + private static Boolean isRunningAsync = false; private static Boolean isCDC = false; private static Boolean isDeferralAllowed = true; @@ -48,7 +49,6 @@ global without sharing virtual class Rollup implements Database.Batchable