Batch

This module provides access to the batch REST api of Camunda

Batch

class pycamunda.batch.Batch(id_: str, type_: str, total_jobs: int, jobs_created: int, batch_jobs_per_seed: int, invocations_per_batch_job: int, seed_job_definition_id: str, monitor_job_definition_id: str, batch_job_definition_id: str, suspended: bool, tenant_id: str, create_user_id: str)

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