- 发行说明
- 在开始之前
- 入门指南
- 管理访问权限
- 使用流程应用程序
- 创建流程应用程序
- 正在加载数据
- 自定义流程应用程序
- 数据转换
- TemplateOne 应用程序模板
- “购买到付款”应用程序模板
- “订单到现金”应用模板
- 基本故障排除指南
简介
If your data for cases and events is split up into different input files, you use the TemplateOne-MultiFiles app template.
If you want to create a new TemplateOne process app, you must upload a dataset that contains the data to be used in the TemplateOne.
对于每个表格,这必须是tsv (制表符分隔)文件或.csv (逗号分隔)文件,其中每个输入字段都包含一个列。
This section contains an overview of the input tables for TemplateOne-MultiFiles. For each field, the name, the data type, and a short description are displayed. Apart from that, it is indicated whether the field is mandatory.
表格名称和字段名称区分大小写。始终确保数据集中的字段名称(列标题)与下方表格中的字段名称匹配,并且文件名与表名称匹配。
如果您使用 CData Sync 提取数据,则必须将_raw添加到下面列出的表格名称中,例如 Event_log_raw .
必填字段和可选字段
Your input data file can have different fields or different field names. However, there are some fields mandatory for TemplateOne, which means that the data must be available in your input data file for a correct working of TemplateOne.
如果字段为必填字段,则不应包含NULL值。
Below is an overview of the input tables for TemplateOne-MultiFiles.
字段类型
以下是不同字段类型及其默认格式设置的概述。
| 字段类型 | 格式 |
|---|---|
| boolean | true、false、1、0 |
| datetime | yyyy-mm-dd hh:mm:ss[.ms],其中[.ms]是可选的。 |
| double | 小数点分隔符: . (点)千位分隔符:无 |
| text | 不适用 |
| 整数 | 千位分隔符:无 |
case 子句
Cases表包含相关案例的状态、类型、值和说明的详细信息。
| 名称 | 数据类型 | 必填 是/否 | 描述 |
|---|---|---|---|
case_id | text | Y | 事件所属案例的唯一标识符。 |
case | text | N | 用于标识案例的用户友好名称。 |
case_status | text | N | The status of the case in the process. For example, open, closed, pending, approved, etc. |
case_type | text | N | 案例的分类。 |
case_value | double | N | 与案例相关的货币价值。 |
自定义案例字段
Additionally, custom case fields are available for TemplateOne.
- 30 fields of type text;
- 10 fields of type double;
- 10 fields of type datetime;
- 10 个布尔值类型字段;
- 10 fields of type duration.
自定义字段具有通用名称。 下面概述了可在流程应用程序中使用的自定义字段。
| 名称 | 数据类型 | 必填 是/否 |
|---|---|---|
| custom_case_text_{1...30} | text | N |
| custom_case_number_{1...10} | double | N |
| custom_case_datetime_{1...10} | datetime | N |
| custom_case_boolean_{1...10} | boolean | N |
| custom_case_duration_{1...10} | 整数 | N |
使用自定义字段时,应使用数据管理器将字段重命名为与值匹配的名称。请参阅字段。
Custom fields that are empty in your dataset, are not displayed in Process Mining.
事件日志
Event_log表包含有关流程中执行的活动的信息。
| 名称 | 数据类型 | 必填 是/否 | 描述 |
|---|---|---|---|
activity | text | Y | 事件的名称。用于描述流程中的步骤。 |
case_id | text | Y | 事件所属案例的唯一标识符。 |
event_end | datetime | Y | 与事件执行结束相关联的时间戳。 |
automated | boolean | N | 指示事件是手动执行还是自动执行。 |
event_cost | double | N | 执行事件的成本。 |
event_detail | text | N | 事件相关信息。 |
event_start | datetime | N | 与开始执行事件相关联的时间戳。 |
team | text | N | 执行事件的团队。 |
user | text | N | 执行事件的用户。 |
自定义事件字段
Additionally, custom event fields are available for TemplateOne.
- 30 fields of type text;
- 10 fields of type double;
- 10 fields of type datetime.
- 10 个布尔值类型字段;
- 5 个持续时间类型的字段。
自定义字段具有通用名称。 下面概述了可在流程应用程序中使用的自定义字段。
| 名称 | 数据类型 | 必填 是/否 |
|---|---|---|
| custom_event_text_{1...30} | text | N |
| custom_event_number_{1...10} | double | N |
| custom_event_datetime_{1...10} | datetime | N |
| custom_event_boolean_{1...10} | boolean | N |
| custom_case_duration_{1...10} | 整数 | N |
使用自定义字段时,应使用数据管理器将字段重命名为与值匹配的名称。请参阅字段。
Custom fields that are empty in your dataset, are not displayed in Process Mining.
标签
The Tags table contains fields for tags that are defined in your process. If you upload tags in TemplateOne-MultiFiles, the Tags dashboard will be enabled.
| 名称 | 数据类型 | 必填 是/否 | 描述 |
|---|---|---|---|
case_id | text | Y | 标签所属案例的唯一标识符。 |
tag | text | Y | 用于标识标签的用户友好名称。 |
tag_type | text | N | 标签所属的类别。 |