Type Aliases

The following type aliases are available globally.

  • Type alias for a list of collectors created for a ContinueNode.

    Declaration

    Swift

    public typealias Collectors = [any Collector]
  • A typealias mapping DaVinci to the underlying Workflow type used by the orchestrator. This provides convenient naming where the DaVinci experience is exposed to SDK users.

    Declaration

    Swift

    public typealias DaVinci = Workflow