Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
ExternalTaskApi.completeExternalTaskResource(String id,
CompleteExternalTaskDto completeExternalTaskDto)
Completes an external task by id and updates process variables.
|
okhttp3.Call |
ExternalTaskApi.completeExternalTaskResourceAsync(String id,
CompleteExternalTaskDto completeExternalTaskDto,
ApiCallback<Void> _callback)
(asynchronously)
Completes an external task by id and updates process variables.
|
okhttp3.Call |
ExternalTaskApi.completeExternalTaskResourceCall(String id,
CompleteExternalTaskDto completeExternalTaskDto,
ApiCallback _callback)
Build call for completeExternalTaskResource
|
ApiResponse<Void> |
ExternalTaskApi.completeExternalTaskResourceWithHttpInfo(String id,
CompleteExternalTaskDto completeExternalTaskDto)
Completes an external task by id and updates process variables.
|
Modifier and Type | Method and Description |
---|---|
CompleteExternalTaskDto |
CompleteExternalTaskDto.localVariables(Map<String,VariableValueDto> localVariables) |
CompleteExternalTaskDto |
CompleteExternalTaskDto.putLocalVariablesItem(String key,
VariableValueDto localVariablesItem) |
CompleteExternalTaskDto |
CompleteExternalTaskDto.putVariablesItem(String key,
VariableValueDto variablesItem) |
CompleteExternalTaskDto |
CompleteExternalTaskDto.variables(Map<String,VariableValueDto> variables) |
CompleteExternalTaskDto |
CompleteExternalTaskDto.workerId(String workerId) |
Copyright © 2022. All rights reserved.