genkitx-temporal
    Preparing search index...

    Function registerTemporalFlow

    • Register a flow under a Temporal-visible name.

      This is called by defineTemporalFlow but is also exposed for users who want to register flows that were created elsewhere.

      Parameters

      • name: string
      • flow: Action<ZodTypeAny, ZodTypeAny>

      Returns void