Creating a Job Stream
Use this procedure to create and run a job stream. A job stream is a series of linked jobs for which you define a sequence of actions to execute. Job streams can be nested within other job streams.
You must have access to the JobQueueAccess_ST, BasicProductLineAcess_ST, MyJobsWebAppAccess_ST security classes, or their equivalents, in order to define job streams.
When you define a job stream, be sure to check that a prior job does not prevent a later job in the stream from being processed. In this case, the job stream will fail. 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 will not be completed, so that job stream will not be able to proceed to later jobs in stream, such as one resuming the suspended queue.