Public Web API: Model for bulk skipping of process instance steps (Bulk skipping of process instance steps)

Methods

  • POST — Bulk skipping of process instance steps

Resource

{
    "error": "string",
    "result": [
        {
            "error": "string",
            "id": "uuid",
            "success": "boolean"
        }
    ],
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error text if success == false

Optional
result[] array

Result of bulk operation execution

Optional
result[].error string

Error text if success == false

Optional
result[].id uuid

Process instance ID

Optional
result[].success boolean

Successful response flag

Optional
success boolean

Successful response flag

Optional