|
@@ -135,7 +135,7 @@ public class FlowProcessServiceImpl implements FlowProcessService {
|
|
|
businessId = flowDelegate.start(flowId, dto.getData());
|
|
|
} catch (Exception e) {
|
|
|
log.error("开始节点方法异常", e);
|
|
|
- throw new ServiceException("开始节点方法异常");
|
|
|
+ throw new ServiceException("开始节点方法异常:" + e.getMessage());
|
|
|
}
|
|
|
|
|
|
List<FlowExampleDetail> flowExampleDetailList = new ArrayList<>();
|