# Interface: IActivityLogEntry

The details related to the processing of an Activity

## Extends

- [`IActivityLogDetails`](IActivityLogDetails.md)

## Properties

### id {#id}

> **id**: `string`

The Id of the Activity Log entry.

#### Inherited from

[`IActivityLogDetails`](IActivityLogDetails.md).[`id`](IActivityLogDetails.md#id)

***

### activityId? {#activityid}

> `optional` **activityId?**: `string`

The activity Id that this entry refers to.

#### Inherited from

[`IActivityLogDetails`](IActivityLogDetails.md).[`activityId`](IActivityLogDetails.md#activityid)

***

### generator {#generator}

> **generator**: `string`

The identity of the Activity's generator.

#### Inherited from

[`IActivityLogDetails`](IActivityLogDetails.md).[`generator`](IActivityLogDetails.md#generator)

***

### dateCreated {#datecreated}

> **dateCreated**: `string`

The creation date of this object.

#### Inherited from

[`IActivityLogDetails`](IActivityLogDetails.md).[`dateCreated`](IActivityLogDetails.md#datecreated)

***

### dateModified {#datemodified}

> **dateModified**: `string`

The last update date of this object.

#### Inherited from

[`IActivityLogDetails`](IActivityLogDetails.md).[`dateModified`](IActivityLogDetails.md#datemodified)

***

### status {#status}

> **status**: [`ActivityProcessingStatus`](../type-aliases/ActivityProcessingStatus.md)

Status of the Activity Processing.

***

### tasks? {#tasks}

> `optional` **tasks?**: [`IActivityTaskEntry`](IActivityTaskEntry.md)[]

The tasks that have to be run to process the Activity.
