ZWorkflowExecution

zio.temporal.ZWorkflowExecution
final class ZWorkflowExecution(val toJava: WorkflowExecution)

Represents workflow execution information

Attributes

See also

WorkflowExecution

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isInitialized: Boolean
def runId: 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 workflowId: String

Concrete fields

val toJava: WorkflowExecution