uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.

Home Page:https://cadenceworkflow.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make client specific to domain when getting workflows

lukamacun-ts opened this issue · comments

One of the parameters for building workflow client is domainName but it's used only for signaling and starting workflows, but when trying to get workflow just by workflow_id client returns workflow with that id from whichever domain it finds.

Proposed Solution
Make all operations on workflows client domain specific