Versions Compared

Key

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

Select Projects from the menu. Double click on an existing folder or application click on the Configure tab.

Image RemovedImage Added


Click the Create button to create a new window.

Image RemovedImage Added


Select the environment, active Environment, Workflow Type (@Since 5.6.0.2), Active status, and a cron expression Cron Expression defining the open window. Cron expressions provide the ability to specify complex time combinations such as "From 3:00- 3:30 pm every Friday" or "At 1:30am every last Friday of the month". Cron expressions are comprised of 6 required fields and one optional field separated by white space.  The fields respectively are described as follows:

...

Tip

For details on Cron Expression Syntax see 


Examples

Expression

Means

0 0 12 * * ?

12:00 PM (noon) every day

0 15 10 ? * *

10:15 AM every day

0 15 10 * * ?

10:15 AM every day

0 15 10 * * ? *

10:15 AM every day

0 15 10 * * ? 2005

10:15 AM every day during the year 2005

0 * 14 * * ?

Every minute starting at 2:00 PM and ending at 2:59 PM, every day

0 0/5 14 * * ?

Every 5 minutes starting at 2:00 PM and ending at 2:55 PM, every day

0 0/5 14,18 * * ?

Every 5 minutes starting at 2:00 PM and ending at 2:55 PM, AND fire every 5 minutes starting at 6:00 PM and ending at 6:55 PM, every day

0 0-5 14 * * ?

Every minute starting at 2:00 PM and ending at 2:05 PM, every day

0 10,44 14 ? 3 WED

At 2:10 PM and at 2:44 PM every Wednesday in the month of March

0 15 10 ? * MON-FRI

At 10:15 AM every Monday, Tuesday, Wednesday, Thursday and Friday

...