| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
String | ✔️ | Unique identifier of the job | |
type |
ActivityNotificationJobResponseDtoType | ✔️ | Type of the job | |
digest |
Optional<DigestMetadataDto> | ➖ | Optional digest for the job, including metadata and events | |
executionDetails |
List<ActivityNotificationExecutionDetailResponseDto> | ✔️ | Execution details of the job | |
step |
ActivityNotificationStepResponseDto | ✔️ | Step details of the job | |
overrides |
Map<String, Object> | ➖ | Optional context object for additional error details. | { "workflowId": "some_wf_id", "stepId": "some_wf_id" } |
payload |
Optional<ActivityNotificationJobResponseDtoPayload> | ➖ | Optional payload for the job | |
providerId |
ProvidersIdEnum | ✔️ | Provider ID of the job | slack |
status |
String | ✔️ | Status of the job | |
updatedAt |
Optional<String> | ➖ | Updated time of the notification | |
scheduleExtensionsCount |
Optional<Double> | ➖ | The number of times the digest/delay job has been extended to align with the subscribers schedule |