Public Web API: Bulk skipping of process instance steps — Request

Methods

  • POST — Bulk skipping of process instance steps

Resource

{
    "instanceIds": [
        "uuid"
    ]
}

Properties

Name Type Description Additional
instanceIds[] array of uuid

List of process instance IDs

Required