Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.09 KB

CompleteExternalTaskDto.md

File metadata and controls

13 lines (8 loc) · 1.09 KB

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>> 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>> 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] [Back to API list] [Back to README]