Package io.camunda.client.api.command
Interface DeleteResourceCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<DeleteResourceCommandStep1>,CommandWithOperationReferenceStep<DeleteResourceCommandStep1>,FinalCommandStep<DeleteResourceResponse>
- All Known Implementing Classes:
DeleteResourceCommandImpl
public interface DeleteResourceCommandStep1
extends CommandWithOperationReferenceStep<DeleteResourceCommandStep1>, CommandWithCommunicationApiStep<DeleteResourceCommandStep1>, FinalCommandStep<DeleteResourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteHistory(boolean deleteHistory) When set to true, asynchronously deletes all history records for instances.Methods inherited from interface io.camunda.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRestMethods inherited from interface io.camunda.client.api.command.CommandWithOperationReferenceStep
operationReferenceMethods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
deleteHistory
When set to true, asynchronously deletes all history records for instances. History records are retained by default (false). Currently supported for process definitions only.- Parameters:
deleteHistory- whether to delete history records- Returns:
- this builder
-