Base Operation
The base operation allow you to group work steps and operations for execution without any additional logic.
Work steps are created and added to the base operation using the addWork
method.
You can also pass the work steps and operations to the constructor of the BaseOperation
class.
Last updated