Search

Help

Page 2 of 100. Showing 992 results (0.013 seconds)

  1. Job Management - Parameterization of Jobs and Orders

    JobScheduler uses parameters to forward information to jobs and orders. This means that jobs and orders can be designed to be generic and thereby reusable … available and their use: Parameters Job and Order Parameters An introduction to setting and reading job and order parameters: How to set and read job
    Product Knowledge BaseMar 31, 2016
  2. How to check previous job chain executions and to start successor job chains

    Scope Use Case Create Job Stream #1  1. Batch Job #1 runs without pre-condition. 2. Batch Job #2, #3, #4, #5, #6 will run if the respective predecessor Batch Job completed successfully. Create Job Stream #2: 3. Batch Job #7 runs without pre-condition. Combine the 2 Job Streams into a new Job
    Product Knowledge BaseJun 09, 2016
  3. How to check the job chain history for previous job chain and order runs

    Starting Point Users would like to check in individual job scripts or monitor scripts if a job chain has been executed in the current period, e.g. for the current day, what is the last job chain order state of the job chain, if an order previously completed successfully or with an error. The intention
    Product Knowledge BaseDec 09, 2015
  4. Checking the job history in job monitors by use of web services

    Use The CheckHistory Job provides a method of using individual Job or Monitor scripts to check: at what point in time a specific Job, Job Chain or Order running on a Job Chain has been executed and what execution result (success or failure) was created on completion of the Job, Job Chain or Order. The intention
    Product Knowledge BaseNov 30, 2018
  5. How to split and sync a dynamic number of job instances in a job chain

    Scope Use Case Run a specific job within a job chain in multiple parallel instances, i.e. split a job for parallel processing. The use case is intended for execution of the same job within a job chain in parallel instances, not for parallel execution of different jobs. Typically each job instance is focused, e.g
    Product Knowledge BaseNov 09, 2015
  6. How to split and join a dynamic number of job instances in a job chain

    Scope Use Case Run a specific job within a job chain in multiple parallel instances, i.e. split a job for parallel processing. The use case is intended for execution of the same job within a job chain in parallel instances, not for parallel execution of different jobs. Typically each job instance is focused, e.g
    Product Knowledge BaseAug 14, 2017
  7. Example Job Chain - an XML Listing of a Simple Job Chain

    Could you show me a simple example of a job chain? Question: Does every job chain need an order to be triggered? Is there some simple example for the use of job chains and orders? Answer: Processing of a job chain is always triggered by an order. Therefore three elements have to be brought together: jobs, a job
    Product Knowledge BaseFeb 16, 2015
  8. How to prevent a job starting when another job is running

    Introduction You can use locks to prevent a job starting while another job is running. You can find the information about locks … to the required jobs Example A typical lock declaration would be: <locks> <lock name="lockSample"/> </locks> To assign the lock to your jobs use
    Product Knowledge BaseNov 11, 2015
  9. How to set conditions for skipping a job chain / part of a job chain

    Introduction  This example configures a job chain which is made up of three other job chains. The check_day job is positioned at the start of the middle job chain and is used to test if the skip condition is met. If the condition is met then the order state for the middle job chain will be changed as required
    Product Knowledge BaseMar 02, 2015
  10. Can execution of a job chain depend on the previous execution status of a job?

    Dependencies JobScheduler can handle dependencies at job chain, job and order level: Pre-processing can be defined at job level to check if required … be to check if records in a database were available, if a previous job produced some required output etc. Post-processing can be used to check if the processing
    Product Knowledge BaseApr 06, 2016