in HistoryProcessInstanceImpl i would like to have a setter for the key:
public void setKey(String key) {
this.key = key;
}
i am assigning a business key after the process already started and is stored in the history table
so having this method would simplify things for me. Since there is a setter for the state property
too I don't think this is a big deal...
cheers
Michael