You can create new jobs and schedule jobs using Cron syntax in Seconds, Minutes, Hours, and Day of Month fields.

You can create and schedule jobs using Cron syntax in Seconds, Minutes, Hours, and Day of Month fields. By deafult, the scheduler runs on UTC time.

Prerequisites

Ensure that you have access to create jobs.

Procedure

  1. In the Jobs window, click Create Job button.
  2. Enter the name of the job and click Create.
    The job editor window appears. You can specify the name of the workflow, worker group, and the time duration.
  3. Enter the following details:
    Parameter Accepted Values Example Description
    Flow The available workflows.

    Click the folder icon to browse and select the workflow.

    The workflow for which you want to run the job.
    Worker Group The available worker groups.

    Select the worker group from the drop-down menu.

    The name of the worker group.
    Description Enter the description text. NA The description for the job.
    Seconds

    0-59

    To run the job every 30 seconds, enter */30.

    To meet the given condition, enter */30 in the Seconds field, * in the Minutes field, * in the Hours field, and * in the DayofMonth field.

    The second(s) in the timeframe during which you want to run the job.

    Minutes

    0-59

    To run the job every 5 minutes, enter */5.

    To meet the given condition, enter 0 in the Seconds field, */5 in the Minutes field, * in the Hours field, and * in the DayofMonth field.

    The minute(s) in the timeframe during which you want to run the job.

    Hours

    0-23

    To run the job every hour, enter *.

    To meet the given condition, enter 0 in the Seconds field, 0 in the Minutes field, * in the Hours field, and * in the DayofMonth field.

    The hour(s) in the timeframe during which you want to run the job.

    Day of Month

    0-31 To run the job every hour, enter *.

    To meet the given condition, enter 0 in the Minutes, Hours, and the DayofMonth field.

    Note: From the list of days and months, you can select the days of the month and months of the year.
    The day(s) of the month in the timeframe on which you want to run the job.

    Days

    MON-SUN

    To run the job on every monday and tuesday, select MON and TUE.

    By default, the scheduler runs the job every day if you do not select the days.

    The days of the month in which you want to run the job.

    Months

    JAN-DEC

    To run the job on every january, select JAN.

    By default, the scheduler runs the job every month if you do not select the months.

    The month or months in which you want to run the job.
    To schedule jobs, you can use Cron syntax with the following special characters.
    Parameter Description

    *

    Any value

    ,

    Value list separator.

    -

    Range of values.

    /

    Step values.

  4. Click Create.