Search

Help

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

  1. How To Synchronize Job Execution Across Job Chains

    Scope This article is about methods that can be used with the JobScheduler for synchronizing the execution of jobs in different Job Chains. See the How to Execute Jobs in a Job Chain in Parallel article for methods about executing parallel jobs within a job chain. Using JITL Jobs for the Synchronization of Jobs
    Product Knowledge BaseAug 18, 2017
  2. How to start a job and delete a job after execution

    You want to save a job in the live folder. The job should start immediately and when execution has finished, the file with the job should be deleted. You can … " encoding="ISO-8859-1"?> <job stop_on_error="no"> <script language="shell"> <![CDATA[ echo hello world ]]> </script
    Product Knowledge BaseDec 12, 2014
  3. Jobs, Job Chains and Orders

    Concepts for jobs, job chains and orders Concepts for jobs, job chains and orders Read more .... Jobs and order triggers Job and order triggers Read more .... Job dependencies Job dependencies Read more .... Job templates Job templates Read more .... Generic jobs Generic jobs Read more ....
    Product Knowledge BaseNov 16, 2014
  4. Job Management - Cross-platform job scheduling

    Overview: Cross-Platform Scheduling What is the difference between SSH job execution and remote JobScheduler Agents? When should the different approaches to cross-platform job scheduling be used? Job Scheduling with Agents: About the JobScheduler Universal Agent: JobScheduler Universal Agent JobScheduler
    Product Knowledge BaseMar 31, 2016
  5. Example with execution of a second job chain only if a specific job has ended successfully and first job chain is completed

    This example has two Job Chains. Each job chain having its own set of jobs as shown below. Job_Chain1 Job11 Job12 Job13 Job14 Job_Chain2 Job21 … ). How it works: A sync job is located at the end of job chain1 and at the beginning of job chain 2. Job12 has a command on exit code=success which will create
    Product Knowledge BaseDec 22, 2020
  6. Run-time of jobs in a Job Stream

    Introduction The jobs used in Job Streams can have their individual run-times, which changes the execution process of the job in a Job Stream. The run-time of a job can be used to postpone the execution of a job in the Job Stream. There are two possible solutions in which the execution of the job can be postponed
    Product Knowledge BaseJun 10, 2020
  7. Concepts for jobs, job chains and orders

    Introduction The JobScheduler's unique job and order concept includes the organization of jobs into job chains and the use of dependencies. Jobs are the basic unit for the processing of executable files (programs, scripts, commands etc.). Job Chains can be seen as an assembly line on which a number of job nodes
    Product Knowledge BaseNov 10, 2015
  8. 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
  9. 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
  10. 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