FlowableException: No outgoing sequence flow of the exclusive gateway 'XXXXXXX'

kafka consume exception!

使用Kafka調用flowable流程報錯了:No outgoing sequence flow of the exclusive gateway.

org.flowable.common.engine.api.FlowableException: No outgoing sequence flow of the exclusive gateway 'exclusivegateway6' could be selected for continuing the process
    at org.flowable.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehavior.leave(ExclusiveGatewayActivityBehavior.java:102) ~[flowable-engine-6.4.1.jar!/:6.4.1]
    at org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior.execute(FlowNodeActivityBehavior.java:39) ~[flowable-engine-6.4.1.jar!/:6.4.1]
    at org.flowable.engine.impl.agenda.ContinueProcessOperation.executeActivityBehavior(ContinueProcessOperation.java:264) ~[flowable-engine-6.4.1.jar!/:6.4.1]
    at org.flowable.engine.impl.agenda.ContinueProcessOperation.executeSynchronous(ContinueProcessOperation.java:158) ~[flowable-engine-6.4.1.jar!/:6.4.1]
    at org.flowable.engine.impl.agenda.ContinueProcessOperation.continueThroughFlowNode(ContinueProcessOperation.java:113) ~[flowable-engine-6.4.1.jar!/:6.4.1]
    at org.flowable.engine.impl.agenda.ContinueProcessOperation.continueThroughSequenceFlow(ContinueProcessOperation.java:312) ~[flowable-engine-6.4.1.jar!/:6.4.1]

這個是排他網關exclusive gateway.報錯了.

明顯是因爲有排他條件,網關的條件參數沒傳,或者傳錯了,到賬排他網關找不到路由.檢查傳參並修改.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章