HDC調(diào)試需求開發(fā)(15萬預(yù)算),能者速來!>>>
流程定義如下:
在 實(shí)現(xiàn) JavaDelegate 接口類 UpdateFlowServiceTask的
@Override
public void execute(DelegateExecution execution ) throws Exception {
if ( noHitch == false ){//如果有故障
orderEventService .updateState( orderid , 3);
//流程掛起
try {
runtimeService.suspendProcessInstanceById(processInstanceId);
} catch (Exception e ){
logger .error( "掛起流程異常" , e );
}
}
}
執(zhí)行上述代碼后會(huì)報(bào)為什么報(bào)找不到這個(gè)流程實(shí)例id,而且 該流程實(shí)例已經(jīng)是suspened狀態(tài)了,而相應(yīng)的數(shù)據(jù)庫(kù)表沒有數(shù)據(jù)。
請(qǐng)大家?guī)兔鉀Q下這個(gè)問題。非常感謝,一直困擾了很久了。
來源:開源中國(guó)
發(fā)布時(shí)間:2015-05-22 07:24:00