Methods

  • POST — Bulk update of process instances

Resource

{
    "instanceIds": [
        "uuid"
    ],
    "unselectedIds": [
        "uuid"
    ],
    "updateAllActive": "boolean"
}

Properties

Name Type Description Additional
instanceIds[] array of uuid

List of IDs of updates process instances

Optional
unselectedIds[] array of uuid

List of IDs of process instances to be updated

Optional
updateAllActive boolean

Update all active process instances according to the set template

Optional