camunda-client 0.1.2

Rust client for camunda Rest API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CompleteExternalTaskDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**worker_id** | Option<**String**> | The id of the worker that completes the task. Must match the id of the worker who has most recently locked the task. | [optional]
**variables** | Option<[**::std::collections::HashMap<String, crate::models::VariableValueDto>**]VariableValueDto.md> | A JSON object containing variable key-value pairs. Each key is a variable name and each value a JSON variable value object with the following properties: | [optional]
**local_variables** | Option<[**::std::collections::HashMap<String, crate::models::VariableValueDto>**]VariableValueDto.md> | A JSON object containing local variable key-value pairs. Local variables are set only in the scope of external task. Each key is a variable name and each value a JSON variable value object with the following properties: | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)