Task template
Task template is a object for generation task
| Attribute | Type | Description | Nullable |
|---|---|---|---|
| id | Integer | Identifiers of template | false |
| active | Boolean | Flag indicating a template is active | false |
| name | String | Template name | false |
| authorId | Integer | Identifier of template author | false |
| authorName | String | Author name | false |
| activeFrom | ISO DateTime | Date and time from which the rule will be executed Format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' | false |
| activeTo | ISO DateTime | Date and time when the rule will stop executing Format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' | false |
| scheduledTime | Time | Time when rule will be start in HH:mm format | false |
| lastGenerationDate | Date | Date of last generation by this rule | false |
| generationRule | Object | Select period executed See Generation rule object | false |
| type | String | Type of task | false |