Job stream

A job stream is a series of linked jobs for which you define a sequence of actions to complete. Job streams can be nested within other job streams.

You must have access to the JobQueueAccess_ST, BasicProductLineAcess_ST, MyJobsWebAppAccess_STsecurity classes, or their equivalents, in order to define job streams.

When you define a job stream, ensure to check that a prior job does not prevent a later job in the stream from being processed. In this case, the job stream fails. For example, assume the first job is to suspend a queue but then the next job step starts an async group containing multiple async actions, at least one of which needs to run in the suspended queue. The async actions are not completed,preventing the job stream from proceeding to later jobs in stream, such as one that resumes the suspended queue.