Class ReplayResults.ReplayError

java.lang.Object
io.temporal.testing.ReplayResults.ReplayError
Enclosing class:
ReplayResults

public class ReplayResults.ReplayError extends Object
  • Field Details

    • workflowId

      public final String workflowId
    • exception

      public final Exception exception
  • Constructor Details

    • ReplayError

      public ReplayError(String workflowId, Exception exception)