ZWorkflowExecutionMetadata

zio.temporal.ZWorkflowExecutionMetadata
final class ZWorkflowExecutionMetadata(val toJava: WorkflowExecutionMetadata)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def closeTime: Option[Instant]
def executionTime: Instant
def searchAttributes: Map[String, Payload]
def startTime: Instant
def status: WorkflowExecutionStatus
def taskQueue: String
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
def workflowType: String

Concrete fields

val toJava: WorkflowExecutionMetadata