meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| releases:2026-05-23 [2026/05/23 10:10] – Add 23 May 2026 release notes claude | releases:2026-05-23 [2026/05/23 12:10] (current) – Add Workflow Timer Node (K93) claude | ||
|---|---|---|---|
| Line 67: | Line 67: | ||
| SP-01: Signup attempts are now rate-limited per IP address. More than 10 signup attempts from the same IP within a 60-minute window are blocked. Disposable email domains (30 known providers) are blocked at signup. Follows the same pattern as the existing login rate limiter. No friction added for legitimate users. | SP-01: Signup attempts are now rate-limited per IP address. More than 10 signup attempts from the same IP within a 60-minute window are blocked. Disposable email domains (30 known providers) are blocked at signup. Follows the same pattern as the existing login rate limiter. No friction added for legitimate users. | ||
| + | ===== BPMN 2.0 Interoperability ===== | ||
| + | |||
| + | The Workflow Designer gains four new capabilities for working with the BPMN 2.0 standard (K92). | ||
| + | |||
| + | **Phase A - BPMN Export** | ||
| + | |||
| + | Any workflow template can be downloaded as a valid BPMN 2.0 XML file ('' | ||
| + | |||
| + | Node type mapping: Start ? '' | ||
| + | |||
| + | **Phase B - BPMN Import** | ||
| + | |||
| + | Upload any '' | ||
| + | |||
| + | **Phase C - Workflow Simulation** | ||
| + | |||
| + | A " | ||
| + | |||
| + | **Phase D - AI Workflow Generator** | ||
| + | |||
| + | Plain-English prompt ? ready-to-edit workflow canvas. Admin describes a process in the AI Workflow Generator form on the designer list page. The platform calls Claude Sonnet ('' | ||
| + | |||
| + | Schema: '' | ||
| + | |||
| + | ===== Workflow Timer Node ===== | ||
| + | |||
| + | New **Timer** node type in the Workflow Designer (K93). A Timer node pauses a workflow instance for a configured number of minutes and then advances it automatically - no human action required. | ||
| + | |||
| + | **Configuration: | ||
| + | |||
| + | **Runtime behaviour: | ||
| + | |||
| + | - Engine arrives at a Timer node ? inserts a '' | ||
| + | - Instance waits | ||
| + | - '' | ||
| + | - Next engine tick ? instance detects '' | ||
| + | |||
| + | No new cron job - timer firing is integrated into the existing '' | ||
| + | |||
| + | **Use cases:** follow-up reminders after a step, automatic escalation if no action is taken within a time limit, cooling-off periods between steps. | ||
| + | |||
| + | Schema: '' | ||