sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
173 stars 4 forks source link

feat: real promises in workflows #434

Open thantos opened 10 months ago

thantos commented 10 months ago

Incomplete prototype of a call that allows for real promises in workflow. Leaving it here to not lose it.

For example, allows running import directly from a workflow. Which is not advised, but with this change, technically possible.

not advised

Because import could be non-deterministic.