Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
BatchDto |
ProcessInstanceApi.setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto)
Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
|
okhttp3.Call |
ProcessInstanceApi.setVariablesAsyncOperationAsync(SetVariablesAsyncDto setVariablesAsyncDto,
ApiCallback<BatchDto> _callback)
Set Variables Async (POST) (asynchronously)
Update or create runtime process variables in the root scope of process instances.
|
okhttp3.Call |
ProcessInstanceApi.setVariablesAsyncOperationCall(SetVariablesAsyncDto setVariablesAsyncDto,
ApiCallback _callback)
Build call for setVariablesAsyncOperation
|
ApiResponse<BatchDto> |
ProcessInstanceApi.setVariablesAsyncOperationWithHttpInfo(SetVariablesAsyncDto setVariablesAsyncDto)
Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
|
Modifier and Type | Method and Description |
---|---|
SetVariablesAsyncDto |
SetVariablesAsyncDto.addProcessInstanceIdsItem(String processInstanceIdsItem) |
SetVariablesAsyncDto |
SetVariablesAsyncDto.historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) |
SetVariablesAsyncDto |
SetVariablesAsyncDto.processInstanceIds(List<String> processInstanceIds) |
SetVariablesAsyncDto |
SetVariablesAsyncDto.processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) |
SetVariablesAsyncDto |
SetVariablesAsyncDto.putVariablesItem(String key,
VariableValueDto variablesItem) |
SetVariablesAsyncDto |
SetVariablesAsyncDto.variables(Map<String,VariableValueDto> variables) |
Copyright © 2022. All rights reserved.