busy-florist-83700
02/21/2023, 4:19 PMuser
02/21/2023, 4:37 PMsubprocess module. Something like:
@step
def my_step(self):
cmd = 'java -cp "pathToJar;pathToCommandJar" com.package.helloworld.HelloWorldCommand'
subprocess.run(shlex.split(cmd))
self.next(self.my_next_step)busy-florist-83700
02/21/2023, 4:39 PMuser
02/21/2023, 4:42 PMbusy-florist-83700
02/21/2023, 4:46 PMuser
02/21/2023, 5:03 PMsquare-wire-39606
02/21/2023, 5:10 PMbusy-florist-83700
02/21/2023, 5:40 PM