Description
Scheduling periodically executed task with specified cron expression.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|
concurrent | VALUE | Boolean | true | Allow concurrent execution if previous task didn't finish before next execution |
enabled | VALUE | Boolean | true | Whether the task is enabled |
expression | VALUE | String | | Cron expression for specifying period of execution |
id | VALUE | String | | Identification of the started task |
zone | VALUE | ZoneId | | Time zone to use for cron expression evaluation |
See the manifest for all available types.