Package io.camunda.client.api.command
Interface CreateBatchOperationCommandStep1.JobUpdateStep<E extends TypedFilterableRequest.SearchRequestFilter>
- All Superinterfaces:
CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<E>
- All Known Implementing Classes:
CreateBatchOperationCommandImpl
- Enclosing interface:
CreateBatchOperationCommandStep1
public static interface CreateBatchOperationCommandStep1.JobUpdateStep<E extends TypedFilterableRequest.SearchRequestFilter>
extends CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<E>
-
Method Summary
Methods inherited from interface io.camunda.client.api.command.CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2
filter, filter
-
Method Details
-
priority
Sets the priority of the jobs to update. -
retries
Sets the number of retries of the jobs to update. -
timeout
Sets the timeout of the jobs to update (in milliseconds). -
timeout
Sets the timeout of the jobs to update.
-