📖 BPMN:code review bpmn 中辅助查找代码

This commit is contained in:
YunaiV
2024-02-03 16:12:27 +08:00
parent b5777b57f1
commit 9fbbce4e8d
3 changed files with 10 additions and 8 deletions

View File

@ -3,16 +3,16 @@ package cn.iocoder.yudao.framework.flowable.core.enums;
/**
* 流程常量信息
*/
public interface ProcessConstants {
public interface BpmnModelConstants {
String BPMN_FILE_SUFFIX = ".bpmn";
/**
* nameapace
* bpmn中的命名空间
* BPMN 中的命名空间
*
* 这个东西有可能导致无法切换工作流程的实现
*/
String NAMESPASE = "http://flowable.org/bpmn";
String NAMESPACE = "http://flowable.org/bpmn";
/**
* 自定义属性 dataType