Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.7-2
    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.

    ...

    1. The trigger expression to specify when the callback should be executed.
    2. The scripting language to use for the callback.
    3. 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.

    ...