- 发行说明
- 在开始之前
- 入门指南
- 管理访问权限
- 使用流程应用程序
- 创建流程应用程序
- 正在加载数据
- 自定义流程应用程序
- 数据转换
- TemplateOne 应用程序模板
- “购买到付款”应用程序模板
- “订单到现金”应用模板
- 基本故障排除指南
简介
If your data for cases and events is available in one input file, you use the TemplateOne-SingleFile 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(逗号分隔)文件,其中每个输入字段都包含一个列。
表格名称和字段名称区分大小写。始终确保数据集中的字段名称(列标头)与下表中的字段名称匹配,并且文件名为 Event_log。
如果您使用 CData Sync 提取数据,则必须将_raw添加到下面列出的表格名称中,例如 Event_log_raw .
教程
创建第一个数据集时,请观看下面的此视频以获取教程。用于更好地了解如何创建数据集以及在TemplateOne流程应用程序中使用该数据集。
必填字段和可选字段
Your input data file can have different fields or different field names. However, there are some fields mandatory for TemplateOne - SingleFile, which means that the data must be available in your input data file for a correct working of TemplateOne.
如果字段为必填字段,则不应包含NULL值。
字段类型
以下是不同字段类型及其默认格式设置的概述。
| 字段类型 | 格式 |
|---|---|
| boolean | true、false、1、0 |
| datetime | yyyy-mm-dd hh:mm:ss[.ms],其中[.ms]是可选的。 |
| double | 小数点分隔符: . (点)千位分隔符:无 |
| text | 不适用 |
| 整数 | 千位分隔符:无 |
本页概述了“TemplateOne - 单个文件”的输入字段。系统将为每个字段显示名称、数据类型和简短说明。除此之外,系统会指示该字段是否为必填字段。
事件日志
Below is an overview of the input fields for TemplateOne.
| 名称 | 数据类型 | 必填 是/否 | 描述 |
|---|---|---|---|
activity | text | Y | 事件的名称。用于描述流程中的步骤。 |
case_id | text | Y | 事件所属案例的唯一标识符。 |
event_end | datetime | Y | 与事件执行结束相关联的时间戳。 |
automated | boolean | N | 指示事件是手动执行还是自动执行。 |
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 | 与案例相关的货币价值。 |
event_cost | double | N | 执行事件的成本。 |
event_detail | text | N | 事件相关信息。 |
event_start | datetime | N | 与开始执行事件相关联的时间戳。 |
team | text | N | 执行事件的团队。 |
user | text | N | 执行事件的用户。 |
自定义字段
Additionally, custom case and event fields for both case and event properties are available for TemplateOne.
- 30 fields of type text;
- 10 fields of type double;
- 10 fields of type datetime;
- 10 fields of type boolean;
- 15 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_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_event_duration_{1...5} | 整数 | N |
使用自定义字段时,应使用数据管理器将字段重命名为与值匹配的名称。请参阅字段。
Custom fields that are empty in your dataset, are not displayed in Process Mining.