Skip to main content
Version: 8.9

Type Alias: ModifyProcessInstanceData

type ModifyProcessInstanceData = object;

Properties

body

body: ProcessInstanceModificationInstruction;

path

path: object;

processInstanceKey

processInstanceKey: ProcessInstanceKey;

The key of the process instance that should be modified.


query?

optional query?: never;

url

url: "/process-instances/{processInstanceKey}/modification";