Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 chain Z runs after 10 2 other job chains A and B have completed.

Solution

  • Download: final_chain.zip
  • Extract the archive to a ./config/live/issues folder of your JobScheduler installation.
  • The archive will extract the files to a sub-folder final_chain. 
  • You can store the sample files to a any folder as you like, however, you will have to adjust the job parameters accordingly.

...