Commit graph

1 commit

Author SHA1 Message Date
Sipke Schoorstra 81d630ea1c
fix(workflows): persist named WithVariable values across suspend/resume (#8166)
Named WithVariable(name, value) never set a storage driver, so values
were memory-only and vanished after bookmark resume. Default it to
workflow instance storage, matching the parameterless overload.

Fixes #8159

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-09-15 00:58:15 +02:00