Can you use the same workflow id in different domains in Cadence?

Viewed 32

Is it possible to register a Cadence workflow with the same workflow ID in different domains?

1 Answers

Yes, workflow ID uniqueness is enforced per/within a domain

Related