Exception: Temporalio::Workflow::NondeterminismError
- Defined in:
- lib/temporalio/workflow.rb
Overview
Error raised when a workflow does something potentially non-deterministic such as making an illegal call. Note, non-deterministic errors during replay do not raise an error that can be caught, those happen internally. But this error can still be used with configuring workflow failure exception types to change non-deterministic errors from task failures to workflow failures.