Documentation Index
Fetch the complete documentation index at: https://docs.kynesys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Base Operation
The base operation allow you to group work steps and operations for execution without any additional logic.addWork method.
You can also pass the work steps and operations to the constructor of the BaseOperation class.
You can also use operations (eg. conditional operation) and work steps with the
BaseOperation class.