spring-bootflowable

No outgoing sequence flow of the exclusive gateway 'exclusivegateway8'


New to flowable, seeing this error in one of the existing workflow, can someone help to understand this issue ? or navigate to right resource for this. ?

 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 ```

Solution

  • In your process there are exclusive gateways. One of those exclusive gateways has the model id exclusivegateway8. It looks like that there are conditions on the outgoing sequence flows and in your specific case no of the conditions are met. With that it is not able to continue the process execution.