Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 8.52 KB

File metadata and controls

18 lines (15 loc) · 8.52 KB

ActivityNotificationJobResponseDto

Fields

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