Decision Definition

This module provides access to the decision definition REST api of Camunda.

DecisionDefinition

class pycamunda.decisiondef.DecisionDefinition(id_: str, key: str, category: str, name: str, version: int, resource: str, deployment_id: str, decision_requirements_definition_id: str, decision_requirements_definition_key: str, tenant_id: str, version_tag: str, history_time_to_live: int)

Data class of decision definition as returned by the REST api of Camunda.