ZWorkflowInfo

zio.temporal.ZWorkflowInfo
final class ZWorkflowInfo

Represents current workflow information

Attributes

See also

WorkflowInfo

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def attempt: Int
def continuedExecutionRunId: Option[String]
def namespace: String
def parentRunId: Option[String]
def parentWorkflowId: Option[String]
def runId: String
def searchAttributes: Map[String, Payload]
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 workflowExecutionTimeout: Duration
def workflowId: String
def workflowRunTimeout: Duration
def workflowType: String

Concrete fields

val toJava: WorkflowInfo