}
public String deleteProcessInstance() {
JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext();
GraphSession graphSession = jbpmContext.getGraphSession();
graphSession.deleteProcessInstance(this.id);
return ("deleteInstance");
}
private void initialize() {
JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext();