So, I read things about the Sandbox and things needing to be predictable/repeatable. That makes sense to me, otherwise the generators wouldn’t be resumeable without reexecuting all steps…
Now the question is… are the activities also put through the same sandbox shenanigans? It sounds a little onerous or even performance degrading, especially if you have to reestablish database connections for every execution of an activity.
So I would hope the activities are outside the sandbox, right?