Execute tctl commands for scheduling from Java

Hi Colleagues,

When I checked with your team, got to know that the scheduling related wrappers for Java SDK is due some time in Q1. Unfortunately, can’t wait till then. Meanwhile, I was wondering if there is a way we can use scheduling via tctl from Java SDK.

if there is a way we can use scheduling via tctl from Java SDK

You could run your schedule creation tctl commands as maybe entry point of your deployment image?
If you have to do it via code i guess could try using ProcessBuilder for now.