Search

Help

Page 3 of 100. Showing 992 results (0.054 seconds)

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. How to Execute Jobs in a Job Chain in Parallel

    Scope This article is about methods that can be used with the JobScheduler for executing Jobs within a Job Chain at the same time. See the How To Synchronize Job Execution Across Job Chains article for methods about synchronizing the execution of Jobs in different Job Chains. Using JITL Jobs for Parallel Execution
    Product Knowledge BaseAug 30, 2017
  9. How to split and join jobs in a job chain

    Scope Use Case Run parts of a job chain in parallel, i.e. split jobs for parallel processing, join up jobs after parallel processing. Solution Outline Two standard JITL Jobs are provided for this: JobSchedulerJobChainSplitter http://www.sos-berlin.com/doc/JITL/JobSchedulerJobChainSplitter.xml splits
    Product Knowledge BaseMay 17, 2018
  10. How to Nest Parallel Executing Jobs in a Job Chain

    Scope Use Case Run parts of a job chain in parallel, where parallel processing is already being carried out. Solution Outline Two standard JITL Jobs … orders that are run in parallel through a job chain within a range of predefined job chain nodes. JobSchedulerJoinOrders
    Product Knowledge BaseMay 22, 2018