# ProcessInstanceModificationDto
## Properties
**skip_custom_listeners** | Option<**bool**> | Skip execution listener invocation for activities that are started or ended as part of this request. | [optional]
**skip_io_mappings** | Option<**bool**> | Skip execution of [input/output variable mappings](https://docs.camunda.org/manual/7.13/user-guide/process-engine/variables/#input-output-variable-mapping) for activities that are started or ended as part of this request. | [optional]
**instructions** | Option<[**Vec<crate::models::ProcessInstanceModificationInstructionDto>**](ProcessInstanceModificationInstructionDto.md)> | JSON array of modification instructions. The instructions are executed in the order they are in. | [optional]
**annotation** | Option<**String**> | An arbitrary text annotation set by a user for auditing reasons. | [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)