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.

  1. Create the individual jobs needed for the job stream and determine the order in which you want the jobs to be run. See Creating Jobs.
  2. In the Infor Rich Client, navigate to the Job Console, and select the Jobs tab or the My Jobs tab.
  3. Click New.
  4. Specify this information:
    Type
    Select Job Stream.
    Job
    Specify a name for the job stream.
    Description
    Specify a description for the job stream.
    Is Private
    Specify where the job stream can be used and whether it can contain private jobs. If private, the job stream can contain private jobs created by the same user who created the job stream, and can be used only in other job streams that are private and created by that user. Job streams that are not private can be used in any job stream, whether that stream is private or not private.
    Step Parallel Processing
    Select, in order, to allow steps to be processed at the same time. The system starts all of the jobs in the jobs stream at the same time, if possible.
    Note: Using this feature disables field mapping for the members of the stream. Also, you must take care when using this feature because it is possible to set up steps to run in parallel that should not be allowed to do so. The processes could end up deadlocking, getting stale element exceptions, or CheckPoint already in use errors if not well thought out.
  5. Click Save.
  6. At the bottom of the Job form, select the Job Stream Steps tab.
  7. Select Actions > Create.
  8. On the Job Stream Step form, select a job and click Save or click Save and New if you need to add more steps.
  9. To run the job stream, select it on the Jobs or My Jobs tab and then select Actions > Run Selected Job.
  10. Click Next.
  11. Click Finish to run the job stream as soon as possible. To schedule the processing of the job stream, specify the scheduling information. See Scheduling Background Actions.