I'm mega-new to Activiti ....
I've loaded the activiti-examples\activiti-api-basic-task-example into Eclipse.
Running on Windows 11.
I placed categorize-content.bpmn20.xml into the resources\process directory.
I then loaded categorize-human-content.bpmn20.xml into the process directory and deleted the categorize-content.bpmn20.xml that I originally loaded.
Now, on re-running the DemoApplication.java, both bpmn processes are loaded.
Not what I expected.
I then ran project/clean on the project, re-ran and only the categorize-human-content.bpmn20.xml was loaded.
That's fine, but can one clear previously loaded BPMN models in the Java code? (This may not be an intelligent question!).
regards
Simon