Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.09 KB

ProcessInstanceModificationDto.md

File metadata and controls

14 lines (9 loc) · 1.09 KB

ProcessInstanceModificationDto

Properties

Name Type Description Notes
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 for activities that are started or ended as part of this request. [optional]
instructions Option<Veccrate::models::ProcessInstanceModificationInstructionDto> 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] [Back to API list] [Back to README]