Hacker News new | ask | show | jobs
by Flux159 566 days ago
Right now I'm doing prompt execution in activities, passing results to other activities.

Workflows currently only started after human events, but going to move towards additional workflows started through an activity soon - I'm keeping the state of the world independent of the execution engine so each workflow will read the new state.

1 comments

Have you hit any non-determinism errors keeping workflow state outside temporal?