temporalio/samples-java

[Feature Request] Add test for schedules

antmendoza opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Additional context

Don't think schedules is something that can be tested with in-mem TestWorkflowEnvironment alone as its a server-side feature. We could add one that does integration test via setUseExternalService(true) if we really wanted to