I'm trying to manually import an old application an updated version using Activiti.
I have log files with which I'm able to essentially recreate the various movements from state to state. However, there are pieces missing and I cannot just run simulate the instance (updating timestamps in the history) using the standard API. Some of the transitional states are missing, so I need to just skip them and make direct jumps.
Are there unit tests somewhere that show how I can move the execution / token directly?
The only alternative I see is to create another version of the BPMN and ignore a lot of the conditionals - essentially creating transitions that go from all states to all others.