class documentation

class WorkflowReplayResult: (source)

View In Hierarchy

Single workflow replay result.

Class Variable history History originally passed for this workflow replay.
Class Variable replay_failure Failure during replay if any.

History originally passed for this workflow replay.

replay_failure: Optional[Exception] = (source)

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.