【问题标题】:No outgoing sequence flow of the exclusive gateway 'exclusivegateway8'独占网关\'exclusivegateway8\'无出局序列流
【发布时间】:2022-10-18 13:40:48
【问题描述】:

flowable 新手,在现有工作流程之一中看到此错误,有人可以帮助理解这个问题吗?或为此导航到正确的资源。 ?

 isLogged = false
 reduceLogLevel = false
 detailMessage = "No outgoing sequence flow of the exclusive gateway 'exclusivegateway8' could be selected for continuing the process"
 cause = {FlowableException@16042} "org.flowable.engine.common.api.FlowableException: No outgoing sequence flow of the exclusive gateway 'exclusivegateway8' could be selected for continuing the process"
 stackTrace = {StackTraceElement[129]@16054} 
 suppressedExceptions = {Collections$UnmodifiableRandomAccessList@16055}  size = 0 ```

【问题讨论】:

    标签: spring-boot flowable


    【解决方案1】:

    在您的流程中存在专有网关。其中一个专有网关的型号为exclusivegateway8。看起来传出序列流上有条件,在您的特定情况下,没有任何条件得到满足。这样,它就无法继续流程执行。

    【讨论】:

      【解决方案2】:

      如果你会在你的过程中看到你可能没有给出独占网关的条件。所以它不是它所走的路。这就是为什么它给出消息“没有排他网关的传出序列流”。 参考以下:

      <bpmn:sequenceFlow id="Flow_0pupuvv" sourceRef="Gateway_0rmpggt" targetRef="Activity_1acatm8"> <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${批准 == true} </bpmn:conditionExpression> </bpmn:sequenceFlow>

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2021-02-05
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2018-06-03
        相关资源
        最近更新 更多