We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a83b9c commit 84dc42fCopy full SHA for 84dc42f
force-app/main/default/classes/chain_Batch.cls
@@ -32,7 +32,7 @@ public inherited sharing abstract class chain_Batch extends chain_Chainable impl
32
}
33
34
public virtual override void executeChain() {
35
- Database.executeBatch(this);
+ Database.executeBatch(this, this.scopeSize);
36
37
38
public override chain_Chainable add(final chain_Chainable aChain) {
0 commit comments