samples-java
samples-java copied to clipboard
[Feature Request] Add test for schedules
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