Patch Changes
-
#1085
f275dafThanks @omeraplak! - Fix workflow execution filtering by persisted metadata across adapters.- Persist
options.metadataon workflow execution state so/workflows/executionsfilters can match tenant/user metadata. - Preserve existing execution metadata when updating cancelled/error workflow states.
- Accept
options.metadatain server workflow execution request schema. - Fix LibSQL and Cloudflare D1 JSON metadata query comparisons for
metadataandmetadata.<key>filters.
- Persist
-
#1082
73cf1d3Thanks @omeraplak! - Fix workflow state persistence parity across SQL adapters.This update persists and returns
input,context, and top-levelworkflowStatein workflow state operations. It also ensures suspended workflow state queries includeevents,output, andcancellation, and adds adapter migrations/column additions where needed.