We have created a workflow using activiti bpm modeler application(using function call runtimeService.startProcessInstanceByKey("sampleProcess")
Let us say N number of time this function has been called.
What is the method for getting all currently running instances(N) for above model?
Also, what is the table name in the database where this can be checked - for getting currently running instances?