Uses of Class
org.camunda.community.rest.client.dto.CompleteExternalTaskDto
Packages that use CompleteExternalTaskDto
-
Uses of CompleteExternalTaskDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type CompleteExternalTaskDtoModifier and TypeMethodDescriptionvoidExternalTaskApi.completeExternalTaskResource(String id, CompleteExternalTaskDto completeExternalTaskDto) Complete Completes an external task by id and updates process variables.voidExternalTaskApi.completeExternalTaskResource(String id, CompleteExternalTaskDto completeExternalTaskDto, Map<String, String> additionalHeaders) Complete Completes an external task by id and updates process variables. -
Uses of CompleteExternalTaskDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return CompleteExternalTaskDtoModifier and TypeMethodDescriptionCompleteExternalTaskDto.localVariables(Map<String, VariableValueDto> localVariables) CompleteExternalTaskDto.putLocalVariablesItem(String key, VariableValueDto localVariablesItem) CompleteExternalTaskDto.putVariablesItem(String key, VariableValueDto variablesItem) CompleteExternalTaskDto.variables(Map<String, VariableValueDto> variables)