This object represents a cronjob which can invoke an action at a specific interval
Document| Property | Type | Description |
|---|---|---|
| id | Integer | Unique identifier for the object |
| name | Text | Unique name of the object |
| cron | Text | The cron expression i.e. */5 * * * * for every 5 minutes |
| action | Text | The target action which gets invoked |
| executeDate | DateTime | The last execution date |
| exitCode | Integer | The last exit code |
| metadata | Common_Metadata | Use this parameter to attach key-value data |
| errors | Backend_CronjobError | Contains an array of errors in case the cronjob has failed |