当前位置: 代码迷 >> 综合 >> [Validation set: 'activiti-executable-process' | Problem: 'activiti-exclusive-gateway-condition-not-
  详细解决方案

[Validation set: 'activiti-executable-process' | Problem: 'activiti-exclusive-gateway-condition-not-

热度:13   发布时间:2024-01-17 22:17:14.0

Spring boot集成activity报错信息:

  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult, dubbo version: 2.6.1, current host: 192.168.0.152
[Validation set: 'activiti-executable-process' | Problem: 'activiti-exclusive-gateway-condition-not-allowed-on-single-seq-flow'] : Exclusive gateway has only one outgoing sequence flow. This is not allowed to have a condition. - [Extra info : processDefinitionId = process | processDefinitionName = 集客工单调度全流程 |  | id = sid-73314162-792A-4ADC-AC0A-D916AB2ADE8A | ] ( line: 85, column: 5)org.activiti.engine.ActivitiException: Errors while parsing:
[Validation set: 'activiti-executable-process' | Problem: 'activiti-exclusive-gateway-condition-not-allowed-on-single-seq-flow'] : Exclusive gateway has only one outgoing sequence flow. This is not allowed to have a condition. - [Extra info : processDefinitionId = process | processDefinitionName = 集客工单调度全流程 |  | id = sid-73314162-792A-4ADC-AC0A-D916AB2ADE8A | ] ( line: 85, column: 5)at org.activiti.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:216)at org.activiti.engine.impl.bpmn.deployer.BpmnDeployer.deploy(BpmnDeployer.java:136)at org.activiti.engine.impl.persistence.deploy.DeploymentManager.deploy(DeploymentManager.java:58)at org.activiti.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:106)at org.activiti.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:37)at org.activiti.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:24)at org.a
  相关解决方案