# BpmnDelegateBinding
## Properties
**path** | **String** | |
**key_kind** | [**models::DelegateKeyKind**](DelegateKeyKind.md) | |
**delegate_key** | **String** | |
**kind** | [**models::DelegateBindingKind**](DelegateBindingKind.md) | |
**script_path** | Option<**String**> | Present iff `kind` is `script`. | [optional]
**reason** | Option<**String**> | Present iff `kind` is `noop` or `fail`; required there. | [optional]
**outputs** | Option<[**serde_json::Value**](.md)> | #635 `ParamMapping` — how the result lands in process variables. | [optional]
**exception_map** | Option<[**serde_json::Value**](.md)> | `mapException` as a catch-all. | [optional]
**summary** | **String** | |
**extra_perms** | **std::collections::HashMap<String, bool>** | |
**edited_by** | **String** | |
**edited_at** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)