JBoss Community

Re: Can we use JBPM Simulation Programmatically? And Can we do simulation based on current data?

created by Maciej Swiderski in jBPM - View the full discussion

Simulation can be used programmatically as it is designed as layer on top of actual runtime engine. You can find some details about the implementation here.

 

When it comes to simulating based on actual data it is not supported out of the box but should be quite possible to do so. The only thing is that simulation is usually executed with number of instances where what you described is more like prediction where the process will go next - meaning single instance. So you're probably more interested in path finder component of simulation to show possible paths and then select the most probable one based on the data.

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community