ZWorkflowHistoryLoader

zio.temporal.testkit.ZWorkflowHistoryLoader$

Expose methods to read and deserialize workflow execution history from json.

NOTE from Java SDK: 2021-11-29 Experimental because the user facing interface to history replay functionality is actively evolving.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def readHistory(historyFile: Path): IO[IOException, ZWorkflowExecutionHistory]

Reads history from a file

Reads history from a file

Attributes

def readHistoryFromResource(resourceFileName: String): IO[IOException, ZWorkflowExecutionHistory]

Reads history from resource file

Reads history from resource file

Attributes