Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    ...

    • Flags: List of submission flag strings (comma separated). See reference for full list of available flags and their meanings.
    • Dependency: Have job run after the completion or status change of another job or jobs. Can be set for per-job or per-frame for the dependencies. See Job Dependency Graph Panel for displaying dependencies under Job Detail Panels (Section 4. 1.5). Valid Formats:
      • <jobid>
      • complete-job-<jobid>
      • link-<state<state>-<type>-<jobid>
      • info-<state>-{''",[]}
        • special chars:
        • '*' mean means each frame
        • '' " (blank) means entire job
      Examples:
      • link-complete-job-529,  link-complete-work-430, info-complete-{'1':['540:3'], '':['600:'], '':['700']} , link-complete-job-300, 900, complete-job-123
      • info-<state>-{'':['123','456'], '':['345:'], '10':['346:2', 346:4']}
    • Email: Email the specified user on job completion.
    • Blocked: Submit the job, but do not put it in the Queue to execute.
    • Stderr->Stdout [New for Qube 6.0]: Redirect and consolidate the job stderr stream to the stdout stream.
    • Job Label: Representative label used to help identify jobs within a specified Job Process Group
    • Process Group: Explicitly set the Job Process Group for the job so it can be logically grouped with other jobs. By default the Process Group will be the same as the JobID.
    • Retry Subjob Process: Number of times to retry a failed subjob process. Value of -1 means use the default for the studio.
    • Retry Frame/Work: Number of times to retry a failed frame/work. Value of -1 means use the default for the studio.
    • Subjob Timeout: Kill the subjob process if running for the specified time (in seconds). Value of -1 means disabled.
    • Frame Timeout [New for Qube 6.0]: Kill the agenda/frame if running for the specified time (in seconds). Value of -1 means disabled.

    ...