hatchet-dev / hatchet-typescript

Hatchet Typescript SDK for Interacting with the Hatchet Engine
15 stars 7 forks source link

fix: prefix namespace to scheduled workflows #307

Closed mrampton closed 2 months ago

mrampton commented 2 months ago

This namespaces the scheduled workflows when the hatchet client has been configured with a namespace. This allows them to find the namespaced workers.

example from the UI where the namespace is missing from the workflow:

image

Note: I couldn't run or build locally so was unable to run tests.