uber-go/cadence-client

Make client specific to domain when getting workflows

lukamacun-ts opened this issue · 0 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