The following table contains all properties of this entity and their description
| Property Name | Description | Type |
|---|---|---|
| TemplateExecutionId | The template execution identifier. | Guid |
| TemplateId | The parent template identifier. | Guid |
| TemplateExecutionDataId | The template execution data identifier. | Guid |
| Status | The template execution status. | TemplateExecutionStatus |
| StartTime | The template execution start time. | DateTimeOffset |
| EndTime | The template execution end time. | DateTimeOffset |
| ErrorMessage | The error message (if exists). | string |
| WorkerName | The template execution worker name. | string |
| IsArchived | Indicates whether the template execution is archived and the associated blob is deleted. | bool |
| ExecutedByUserProfileId | The user who executed the template. | Guid |
| CreatedByUserProfileId | The user who created this template execution. | Guid |
| CreatedDate | Date/time at which this template execution was created. | DateTimeOffset |
| ModifiedByUserProfileId | The last user who modified this template execution’s properties. | Guid |
| ModifiedDate | Date/time at which this template execution’s properties were modified for the last time. | DateTimeOffset |
| Timestamp | The timestamp. | byte array |

