Uses of Class
org.camunda.community.rest.client.dto.LockedExternalTaskDto
Packages that use LockedExternalTaskDto
-
Uses of LockedExternalTaskDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type LockedExternalTaskDtoModifier and TypeMethodDescriptionExternalTaskApi.fetchAndLock(FetchExternalTasksDto fetchExternalTasksDto) Fetch and Lock Fetches and locks a specific number of external tasks for execution by a worker.ExternalTaskApi.fetchAndLock(FetchExternalTasksDto fetchExternalTasksDto, Map<String, String> additionalHeaders) Fetch and Lock Fetches and locks a specific number of external tasks for execution by a worker. -
Uses of LockedExternalTaskDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return LockedExternalTaskDtoModifier and TypeMethodDescriptionLockedExternalTaskDto.activityId(String activityId) LockedExternalTaskDto.activityInstanceId(String activityInstanceId) LockedExternalTaskDto.businessKey(String businessKey) LockedExternalTaskDto.errorDetails(String errorDetails) LockedExternalTaskDto.errorMessage(String errorMessage) LockedExternalTaskDto.executionId(String executionId) LockedExternalTaskDto.lockExpirationTime(OffsetDateTime lockExpirationTime) LockedExternalTaskDto.processDefinitionId(String processDefinitionId) LockedExternalTaskDto.processDefinitionKey(String processDefinitionKey) LockedExternalTaskDto.processDefinitionVersionTag(String processDefinitionVersionTag) LockedExternalTaskDto.processInstanceId(String processInstanceId) LockedExternalTaskDto.putVariablesItem(String key, VariableValueDto variablesItem) LockedExternalTaskDto.variables(Map<String, VariableValueDto> variables)