...
Triggers can also use AND/OR logic and the full range of operators <,>,<=,>=
| Code Block |
|---|
| language | bash |
|---|
| title | Time attributes |
|---|
| task t1
day monday
time 13:00 |
|
| Code Block |
|---|
| language | bash |
|---|
| title | time based trigger |
|---|
| task t1
trigger DOW == 1 and TIME >= 1300 |
|
| Code Block |
|---|
| language | bash |
|---|
| title | combination |
|---|
| task t1
day monday
trigger TIME >= 1300 |
|
|---|
| Warning |
|---|
It should be noted that relative time( time +00:01) are not possible with time based triggers, and time series are more problematic. |
...
| Horizontal Navigation Bar |
|---|
| Button Group |
|---|
| Button Hyperlink |
|---|
| title | Previous |
|---|
| type | standard |
|---|
| url | https://confluence.ecmwf.int/display/ECFLOW/Time+Dependencies |
|---|
|
| Button Hyperlink |
|---|
| title | Up |
|---|
| type | standard |
|---|
| url | https://software.ecmwf.int/wiki/display/ECFLOW/Going+Further |
|---|
|
| Button Hyperlink |
|---|
| title | Next |
|---|
| type | standard |
|---|
| url | https://confluence.ecmwf.int/display/ECFLOW/Add+a+Cron |
|---|
|
|
|