-
Erased instance that
AnyFlowRepresentable
wrapped.Declaration
Swift
public var underlyingInstance: Any { get }
-
Creates an erased
FlowRepresentable
by using its initializerDeclaration
Swift
public init<FR>(_ type: FR.Type, args: AnyWorkflow.PassedArgs) where FR : FlowRepresentable
Parameters
type
The
FlowRepresentable
type to create an instance ofargs
The
AnyWorkflow.PassedArgs
to create the instance with. This ends up being cast into theFlowRepresentable.WorkflowInput
.