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