ZWorkflowExecutionSyntax

zio.temporal.workflow.ZWorkflowExecutionSyntax
See theZWorkflowExecutionSyntax companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ZChildWorkflowStub.type
object ZWorkflowStub.type

Members list

Concise view

Value members

Concrete methods

inline def async[R](inline f: R): ZAsync[R]
inline def execute[R](inline f: R): TemporalIO[R]
inline def start[A](inline f: A): TemporalIO[ZWorkflowExecution]