Execution

This module provides access to the execution REST api of Camunda.

Execution

class pycamunda.execution.Execution(id_: str, process_instance_id: str, ended: bool, tenant_id: str)

Data class of execution as returned by the REST api of Camunda.