Closed lorensr closed 11 months ago
Thanks, so as I get it Workflow are isolated units of execution from outside - hence this replayWorker does the job of using event history and running workflow agains it
Further, in order to step into the actual activites a separate worker - normal one - can be used - but that also means you need to run a new execution of workflow - separate from the one being run in replayWorker
User was confused about not being able to set breakpoints in Activity code.