allanhvam / simple-workflows

Workflows as code in TypeScript
MIT License
0 stars 0 forks source link

Browser support #4

Open allanhvam opened 1 year ago

allanhvam commented 1 year ago

No AsyncLocalStorage support in browsers (https://nodejs.org/api/async_context.html), but maybe use a global store and only allow to run one workflow at once.

allanhvam commented 1 year ago

LocalStorageWorkflowHistoryStore

allanhvam commented 11 months ago

https://github.com/tc39/proposal-async-context