uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

Making Workflow and Activity registration optional when they are mocked #1256

Closed edmondop closed 5 months ago

edmondop commented 1 year ago

What changed?

When using the TestSuite and mocking Workflow and Activities, they are registered if they weren't registered before

Why?

Solves #1255

How did you test it?

Potential risks

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

edmondop commented 5 months ago

@agautam478 I think we can mark closed the #1255