You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Scope

  • Use Case
    • Make a job chain start at a certain point in time after an arbitrary number of other job chains completed successfully.
    • The predecessor job chains run in arbitrary sequence at arbitrary points in time.
  • Example
    • Job_chain_Z runs after 10 other job chains have completed.

Solution

  • Download: FinalChain.zip
  • Extract the archive to any folder within the ./config/live folder of your JobScheduler installation.
  • The archive will extract the files to a folder final_chain. 
  • You can store the sample files to a any folder as you like, the solution does not make use of specific folder names or job names

Pattern

 

Implementation

Components

Usage

  • No labels