Case Instance

This module provides access to the case instance REST api of Camunda.

CaseInstance

class pycamunda.caseinst.CaseInstance(id_: str, definition_id: str, tenant_id: str, business_key: str, active: bool)

Data class of case instance as returned by the REST api of Camunda.