Create BatchOperations script interface

Created on 3 March 2024, 4 months ago
Updated 5 March 2024, 4 months ago

Problem/Motivation

A script needs to have certain features in order to run, so they should be required by the interface.

  • ->getTitle() - sets the firendly name for the script
  • ->getBatchSize() Sets the size for the batch (encourage size of 1
  • ->gatherItemsToProcess() - the method that gets the items that need to be processed. (replaces the callback in insitSanddbox())
  • ->processOne - the things that have to happen to each item of anything gathered in gatherItemsToProcess()

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States swirt Florida

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024