Untyped

zio.temporal.workflow.ZChildWorkflowStub$.Untyped
sealed trait Untyped

An untyped version of ZChildWorkflowStub

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def execute[R : JavaTypeTag](args: Any*): R
def executeAsync[R : JavaTypeTag](args: Any*): ZAsync[R]

If workflow completes before this promise is ready then the child might not start at all.

If workflow completes before this promise is ready then the child might not start at all.

Attributes

Returns

ZAsync that becomes ready once the child has started.

def signal(signalName: String, args: Any*): Unit
def toJava: ChildWorkflowStub