When creating or editing a project the same steps can be used. By default a new project is owned by the creator. However, users have the option of taking ownership of existing projects by checking the “Take Ownership of Project” button.
Checking this box will run the tasks in a series instead of in parallel. The run order is determined by the job rank (1,2,3,4…) and if there is no rank, or a duplicate value, the tasks are sorted by name (1,2,3…a,b,c…).
The cron schedule is used to run on specific dates or times. It follows the typical linux type cron scheduling. More information can be found here and some examples.
Check the “Use a cron schedule” box to enable a cron schedule.
Fill in parameters as required. Leave fields blank as a wildcard.
For example, to run a task ever Monday at 8 AM, set the option “day of the week” to 0, and “hour of the day” to 8.
The interval schedule runs tasks with a duration between them. For example, running a task every 20 minutes. Check the “Use an interval schedule” box to enable an interval schedule.