ZWorkflowExecutionHistory

zio.temporal.ZWorkflowExecutionHistory
See theZWorkflowExecutionHistory companion object
final class ZWorkflowExecutionHistory(val toJava: WorkflowExecutionHistory)

Provides a wrapper with convenience methods over raw protobuf History object representing workflow history

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def events: List[ZHistoryEvent]
def lastEvent: Option[ZHistoryEvent]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val toJava: WorkflowExecutionHistory