This file tracks known gaps and limitations in the SDKs used by c8ctl. GitHub agentic workflows must check this file before implementing features that interact with the Camunda SDK. If a gap listed here affects your work:
- Check whether a newer SDK version resolves the gap - if so, update the entry (mark it resolved, remove workarounds).
- If the gap is still open, apply the documented remediation/workaround.
- Create a GitHub Issue for any unresolved gap that blocks or degrades a feature, referencing this file.
When a new SDK limitation is discovered during development, add it here following the entry format below.
-
JobFiltermissing date-range fields- SDK:
@camunda8/orchestration-cluster-api— current version 8.8.4 - Affected type:
JobFilter - Missing fields:
creationTime(DateTimeFilterProperty),lastUpdateTime(DateTimeFilterProperty) - Available in: Camunda 8.9 REST API (jobs.yaml)
- Impact:
--betweendate-range filtering forc8 list jobs/c8 search jobscannot usecreationTimeorlastUpdateTime— onlydeadlineandendTimeare available. - Remediation: Upgrade SDK when 8.9-compatible release ships; alternatively use
as anytype assertion as a temporary workaround.
- SDK:
None yet.