Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 868 Bytes

SetJobRetriesByProcessDto.md

File metadata and controls

14 lines (9 loc) · 868 Bytes

SetJobRetriesByProcessDto

Properties

Name Type Description Notes
process_instances Option<Vec> A list of process instance ids to fetch jobs, for which retries will be set. [optional]
retries Option<i32> An integer representing the number of retries. Please note that the value cannot be negative or null. [optional]
process_instance_query Option<crate::models::ProcessInstanceQueryDto> [optional]
historic_process_instance_query Option<crate::models::HistoricProcessInstanceQueryDto> [optional]

[Back to Model list] [Back to API list] [Back to README]