...
The use of callbacks can range from sending email when a job has completed, to designing complex dependency trees or direct integration with an asset tracking system. There is also a special case that allows for delayed execution of the job, see: How to submit a job that will wait until later to run
When specifying a callback, Qube requires a little information in order to execute it properly. Each callback must include:
...