Dear all.
I just make a small project to test RuntimeService.
Firstly, I deploy a work flow model with id = "simpleTest", a simple script task just to say "1". In the database, I have a process definition with version 1.
Then the next model to say "2", also there is a version 2 process.
But when I active Runtime Service by using method startProcessInstanceByKey("simpleTest","1"), why did the process still say "2" ?
So, I know that Activiti use findDeployedLatestProcessDefinitionByKey to find processDefinition, then what is the meaning of "version"? May be I misunderstand something here. Please explain for me?