hatchet-dev / hatchet-typescript

Hatchet Typescript SDK for Interacting with the Hatchet Engine
9 stars 2 forks source link

refactor: return `WorkflowRunRef` from methods which create or get workflow runs #196

Closed abelanger5 closed 3 weeks ago

abelanger5 commented 3 weeks ago

This brings the TS SDK in line with the other SDKs, where we return a reference to a workflow run which has stream and result methods.