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

  • Post author:
  • Post category:其他

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.报错了.

明显是因为有排他条件,网关的条件参数没传,或者传错了,导致排他网关找不到路由.检查传参并修改.


版权声明:本文为u012483153原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。