apps/com.actionsoft.apps.coe.pal/method/process.evc/diagram.attribute.xml

69 lines
2.4 KiB
XML
Raw Normal View History

2022-06-27 22:14:40 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
特性设置非必须多个app提供该Method attribute时追加定义作用范围该MethodId对象。
被ResourceScanner扫描器检查更新
-->
<attributes>
<!--
分组
name 组名称
parentName 上级组名称,若根此处可空
- 文件属性
- 组织-执行部门
- 流程分析-处理时间
- 流程分析-等待时间
- 流程分析-执行频率
- 绩效-流程绩效
- 基本属性-注释
图形属性
- 基本属性-编号
- 基本属性-输入
- 基本属性-输出
- 基本属性-层次
- 组织-责任部门
- 组织-责任人
- 组织-执行部门
- 流程分析-处理时间
- 流程分析-等待时间
- 流程分析-执行频率
- 绩效-流程绩效
- 基本属性-注释
2022-06-28 01:22:45 +08:00
-->
<group name="baseAttribute" parentName="" desc="基本属性"/>
<group name="process" parentName="" desc="流程分析"/>
<group name="organization" parentName="" desc="组织"/>
2022-06-27 22:14:40 +08:00
<group name="org_performance" parentName="" desc="绩效"/>
<group name="control" parentName="" desc="控制"/>
<group name="itsystem_normal" parentName="" desc="IT系统"/>
<group name="process_model" parentName="" desc="流程"/>
<!--
扩展特性(属性)
key 全局唯一标识名
title 属性标题
type 属性类型支持string(普通字符串),number(数字),boolean(是非),list(多选值),link(链接),relation(关联关系),textarea(多行文本),awsorg(关联BPM组织架构)
value 默认值//支持@公式
ref 当type=relation时该属性所指向的methodCategory或methodId多个以逗号隔开当type=awsorg时该属性指向的当前用户单位下的部门department用户user角色role岗位position多个以逗号分隔
readonly 是否只读
groupPath 特性绑定在哪个组别上
scope 应用范围methodId、methodId.shapeId,多个用逗号隔开%代表文件属性 *代表对所有的图形有效,不是文件属性
2022-06-28 01:22:45 +08:00
-->
2022-06-27 22:14:40 +08:00
<attribute key="handle_time" title="处理时间" type="string" value="" ref="" readonly="false" groupPath="process" scope="*,%" isValid="true"/>
<attribute key="wait_time" title="等待时间" type="string" value="" ref="" readonly="false" groupPath="process" scope="*,%" isValid="true"/>
<attribute key="frequency" title="执行频率" type="string" value="" ref="" readonly="false" groupPath="process" scope="*,%" isValid="true"/>
2022-06-27 22:14:40 +08:00
</attributes>