ActivationGroupRevisionRevertTaskDto

📄 Description: Represents the execution details of an activation group revision revert task

Properties

Name

Type

Required

Restrictions

Description

id

integer(int64)

false

none

Unique identifier for the revert task

queueTime

string(date-time)

false

none

Timestamp when the task was queued

startTime

string(date-time)

false

none

Timestamp when processing started

endTime

string(date-time)

false

none

Timestamp when processing ended

interruptedAt

string(date-time)

false

none

Timestamp when the task was interrupted (if applicable)

recoveredAt

string(date-time)

false

none

Timestamp when the task was recovered after interruption

status

Status

false

none

Represents the object status with localized captions and activity state.

recover

boolean

false

none

Indicates whether the task was recovered after interruption

interrupted

boolean

false

none

Indicates if the task was interrupted

interruptionMessage

string

false

none

Message describing why the task was interrupted

errorMessage

string

false

none

Error details if the task failed

activeActivationGroupRevisionId

integer(int64)

false

none

ID of the currently active activation group revision

revisionToRevertActivationGroupRevisionId

integer(int64)

false

none

ID of the revision being reverted

targetActivationGroupRevisionId

integer(int64)

false

none

ID of the revision targeted after revert

taskDetails

object

false

none

Detailed breakdown of the revert task execution