Changelog#
2026-06-22#
[Feature] Added List Processes endpoint
Added the GET /processes endpoint, which returns a paginated list of processes the caller has access to. Each process includes a lightweight run summary (if started). Supports cursor-based pagination, filtering by name, and sorting by name, dueDate, or run.created.dateTime.
2026-06-18#
[Information] Improved API reference field descriptions and request body examples
Clarified the descriptions for businessEndDate, businessStartDate, and dueDate to explain their semantic differences and the requirement that businessStartDate and businessEndDate must be provided together. Improved the businessDaysOfWeek items description to explicitly list accepted lowercase enum values. Clarified that root.name is the display name for the root Group, distinct from the Process-level name. Fixed request body examples across Create Process, Run Process, and Patch Process endpoints to use the correct Participant object form for assignee and approver fields instead of the undocumented flat-string shorthand. Corrected date format in examples from datetime to date-only where the schema specifies format: date. Added businessEndDate to all examples that include businessStartDate. Added a new Patch example for updating business calendar fields.
2026-04-08#
[Feature] Added OAuth2 token endpoint
You can now obtain OAuth2 tokens using the new token endpoint, so authentication no longer requires requests to the 2026-01-01 IAM endpoint.[Feature] Added X-Request-ID header to all responses
All API responses now include the X-Request-ID header, which can be used to correlate client and server requests for easier debugging and tracing.
2026-04-01#
[Feature] Initial feature preview release
Initial feature preview release of the Connected Processes API.