Info |
---|
This page refers to job-specific callbacks. For callbacks that are applied to all jobs see the documentation for Universal Callbacks |
A callback is Qube's mechanism to allow custom execution of queuing logic depending upon the events which occur during the lifetime of a Qube job or upon pre-defined system events.
...
- The trigger expression to specify when the callback should be executed.
- The scripting language to use for the callback.
- The action or code the callback will execute each time the trigger condition is met.
Callbacks In Detail:
Callbacks are defined as a list of one or more key/value pairs which is appended to the job's callback
list.
...