Exceptions

All pyzeebe exceptions inherit from PyZeebeException

exception pyzeebe.exceptions.PyZeebeException
exception pyzeebe.exceptions.TaskNotFound
exception pyzeebe.exceptions.NoVariableNameGiven(task_type: str)
exception pyzeebe.exceptions.NoZeebeAdapter
exception pyzeebe.exceptions.DuplicateTaskType(task_type: str)
exception pyzeebe.exceptions.ActivateJobsRequestInvalid(task_type: str, worker: str, timeout: int, max_jobs_to_activate: int)
exception pyzeebe.exceptions.JobAlreadyDeactivated(job_key: int)
exception pyzeebe.exceptions.JobNotFound(job_key: int)
exception pyzeebe.exceptions.MessageAlreadyExists
exception pyzeebe.exceptions.WorkflowNotFound(bpmn_process_id: str, version: int)
exception pyzeebe.exceptions.WorkflowInstanceNotFound(workflow_instance_key: int)
exception pyzeebe.exceptions.WorkflowHasNoStartEvent(bpmn_process_id: str)
exception pyzeebe.exceptions.WorkflowInvalid
exception pyzeebe.exceptions.InvalidJSON
exception pyzeebe.exceptions.ZeebeBackPressure
exception pyzeebe.exceptions.ZeebeGatewayUnavailable
exception pyzeebe.exceptions.ZeebeInternalError
exception pyzeebe.exceptions.InvalidOAuthCredentials(url: str, client_id: str, audience: str)
exception pyzeebe.exceptions.InvalidCamundaCloudCredentials(client_id: str, cluster_id: str)