ActivityNotificationJobResponseDto

January 14, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescriptionExample
idString:heavy_check_mark:Unique identifier of the job
typeActivityNotificationJobResponseDtoType:heavy_check_mark:Type of the job
digestOptional<DigestMetadataDto>:heavy_minus_sign:Optional digest for the job, including metadata and events
executionDetailsList<ActivityNotificationExecutionDetailResponseDto>:heavy_check_mark:Execution details of the job
stepActivityNotificationStepResponseDto:heavy_check_mark:Step details of the job
overridesMap<String, Object>:heavy_minus_sign:Optional context object for additional error details.{
"workflowId": "some_wf_id",
"stepId": "some_wf_id"
}
payloadOptional<ActivityNotificationJobResponseDtoPayload>:heavy_minus_sign:Optional payload for the job
providerIdProvidersIdEnum:heavy_check_mark:Provider ID of the jobslack
statusString:heavy_check_mark:Status of the job
updatedAtOptional<String>:heavy_minus_sign:Updated time of the notification
scheduleExtensionsCountOptional<Double>:heavy_minus_sign:The number of times the digest/delay job has been extended to align with the subscribers schedule