-
Erased instance that
AnyFlowRepresentablewrapped.Declaration
Swift
public var underlyingInstance: Any { get } -
Creates an erased
FlowRepresentableby using its initializerDeclaration
Swift
public init<FR>(_ type: FR.Type, args: AnyWorkflow.PassedArgs) where FR : FlowRepresentableParameters
typeThe
FlowRepresentabletype to create an instance ofargsThe
AnyWorkflow.PassedArgsto create the instance with. This ends up being cast into theFlowRepresentable.WorkflowInput.
View on GitHub
AnyFlowRepresentable Class Reference