class documentation
class WorkflowReplayResult: (source)
Single workflow replay result.
| Class Variable | history |
History originally passed for this workflow replay. |
| Class Variable | replay |
Failure during replay if any. |
Failure during replay if any.
This does not mean your workflow exited by raising an error, but rather that
some task failure such as
temporalio.workflow.NondeterminismError was encountered during
replay - likely indicating your workflow code is incompatible with the
history.