Embedded java stateless process

Hello,
I am using embedded at java and starting processes with runtimeService.startProcessInstanceByKey .
Is this way stateless?
if not stateless, what should I do for start my process with stateless?
thank you…