| 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] |