Has anyone tried to access steps/execution history for workflows from within their application? It
Has anyone tried to access steps/execution history for workflows from within their application?
It seems that the workers binding for workflows only gives present status and output, and while the API itself has steps history, it doesn't work for local development, making it hard to incorporate that as part of the solution.
Another option I've explored is manually intrumenting the step, waitForEvent and sleep methods, but it seems like redundant work (and possibly flaky)
It seems that the workers binding for workflows only gives present status and output, and while the API itself has steps history, it doesn't work for local development, making it hard to incorporate that as part of the solution.
Another option I've explored is manually intrumenting the step, waitForEvent and sleep methods, but it seems like redundant work (and possibly flaky)






