Search

Help

Page 6 of 154. Showing 1,538 results (0.02 seconds)

  1. How to immediately start a job that is only to run once

    Question: How can a job, which is only to run once, be started immediately and not be restarted the next time JobScheduler is restarted? Answer … (); } ]]> </script> </monitor> <run_time once="yes"/> </job> The key here is an "undocumented" JobScheduler feature: once="yes
    Product Knowledge BaseOct 19, 2014
  2. How to start jobs and job chains on a file event

    In the sample below there are two different approaches described how you can start jobs on a file event. Using a file order source See also Documentation … jobscheduler event howto job-chain file-event order configuration file-watching Migration of unmigrated content due to installation of a new plugin
    Product Knowledge BaseAug 22, 2019
  3. How to program the JobScheduler API in Perl

    '` See the article How to add environment variables for all jobs for more information how you change the environment of the JobScheduler. Prerequisites … is not required if you just wanted to run existing Perl scripts with JobScheduler. In that case Perl scripts are executed in the same way as any shell scripts, see How
    Product Knowledge BaseNov 12, 2014
  4. How to control parallel execution of job chains

    (); } ]]> </script> </monitor> See also How to check the job chain history for previous job chain and order runs How to add a condition to check previous jobs before the execution of the current job chain     howto job-chain jobscheduler dependency pattern backward
    Product Knowledge BaseJun 15, 2016
  5. How to split and sync jobs in a job chain

    to this job chain node before processing continues. References Example showing how to set up a splitter job Example for parallel execution Solution Download … .         howto job-chain jobscheduler dependency pattern parallelization Correct download added
    Product Knowledge BaseAug 11, 2017
  6. How to define job chain node parameters for orders

    How to define and reference job chain node parameters jobscheduler job-configuration parameter agent howto node Reverted from v. 12
    Product Knowledge BaseJan 20, 2016
  7. How to call nested job chains programmatically

    of additional job chains can be configured within the current job chain configuration, see How to configure workflow control by return code handling. The below … > jobscheduler job-configuration job-chain order howto version-1-7 nested-job-chain synchronization
    Product Knowledge BaseDec 15, 2015
  8. How to stop a job in error

    How do I completely stop a job in the event of an error? We do not normally recommend stopping a job in error when the job is in a job chain … and for this reason we do not have this function in the JOC interface. error-handling jobscheduler howto time-event job-and-order job operation Title style corrected
    Product Knowledge BaseOct 19, 2014
  9. How to prevent a job starting when another job is running

    with a leading slash as follows: <lock.use name="/my_global_lock" exclusive="yes"/>    jobscheduler operation howto job lock resource-contention … Introduction You can use locks to prevent a job starting while another job is running. You can find the information about locks
    Product Knowledge BaseNov 11, 2015
  10. How to control substitution in Job Parameters

    Scope This article describes how the substitution of parameter values works in JobScheduler. It also describes how to use parameters in shell scripts, API Jobs and pre- and postprocessing scripts. JobScheduler ships with a Monitor that performs substitution for Node Parameters: The current implementation makes use
    Product Knowledge BaseSep 18, 2018