replayMode property

String? replayMode
getter/setter pair

Replay mode for the execution Possible string values are:

  • "REPLAY_MODE_UNSPECIFIED" : Default value.
  • "REPLAY_MODE_FROM_BEGINNING" : Replay the original execution from the beginning.
  • "REPLAY_MODE_POINT_OF_FAILURE" : Replay the execution from the first failed task.

Implementation

core.String? replayMode;