onStepNameMismatch property
Callback invoked when a step name mismatch is detected during replay. This warns that a dynamic step name has changed between the original execution and recovery, which may indicate non-deterministic workflow logic or changed input parameters.
Implementation
final StepNameMismatchWarning onStepNameMismatch;