- Issue created by @skyriter
- Merge request !20Updates the pre and post method names and moves pre β (Closed) created by skyriter
- πΊπΈUnited States swirt Florida
Interesting. I am trying to understand the use case for something other than the test you are working on.
Here is the counter use case I foresee.
A batch operation runs on cron, but a large percentage of the time there is nothing to operate on. If there is nothing to operate on the pre and post batch methods should not run. If we make them run first we may get a lot of unnecessary processes being run.
- πΊπΈUnited States skyriter
Good point. I can just call my node creation function in the gatherItemsToProcess() before I go and get those just created nodes.
- Status changed to Closed: won't fix
4 months ago 3:45pm 30 July 2024 - πΊπΈUnited States swirt Florida
Another option would be to creat two example Batch Operations. One that creates, and a second that modifies.