Jobs
Typically once you have authored a workflow, you might want to schedule it to be run at regular intervals depending on how often you would like the Models or datasets to be refreshed. This is where Jobs can come in handy.
Creating a new Scheduled Job
-
Click on the Jobs tab in the Nephos UI.
-
Click on the ‘New Job’ button on the top right corner.
-
You will be presented with an ‘Add Job’ modal that will ask you for the name of the Job and also the Workflow ID you want to be scheduled to run.
-
Start to type in the name of the workflow and it should autocomplete with matching workflows in the system.
-
Once you select the right workflow you can now decide how often you want to run it by filling in the crontab string format.
-
Refer here for help on formatting your crontab schedule
-
Once you select the right schedule, the system will validate it and ensure it matches your expectations and click save.