Does anyone know if it's possible to use a ruleflow with a StatelessSession?
 
The current documentation and API seem to show examples with StatefullSessions i.e.:
 
statefullSession.startProcess(id);
statefullSession.fireAllRules();
etc...
 
However, there doesn't seem to be anything equivalent in the API for StatelessSesssion's. I'd really like to be able to use the new sequential mode (i.e. with a StatelessSession) and ruleflow.
 
Regards,
Shahad