Add durable workflow triggers and waits
This commit is contained in:
@@ -28,6 +28,15 @@ records the Service and binding in trusted instance context, and safely replays
|
||||
the same launch after an ambiguous response. Portal never accesses Workflow
|
||||
Engine tables.
|
||||
|
||||
Active definitions reconcile durable API, one-time/interval schedule,
|
||||
platform-event, and parent-workflow trigger registrations. A shared worker
|
||||
claims due deliveries with scale-out-safe locking, rechecks the exact active
|
||||
revision and automation authority, and starts instances idempotently. Duration,
|
||||
deadline, and platform-event waits are persistent runtime state rather than
|
||||
human handoffs; event filters and variable mappings are bounded JSON
|
||||
expressions and never executable code. Cron remains an optional governed
|
||||
scheduler-adapter concern.
|
||||
|
||||
## Checks
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user