- 发行说明
- 入门指南
- 安装
- 配置
- 集成
- 身份验证
- Working with Apps and Discovery Accelerators
- AppOne 菜单和仪表板
- AppOne 设置
- TemplateOne 1.0.0 菜单和仪表板
- TemplateOne 1.0.0 设置
- TemplateOne 入门
- Steps to roll-out TemplateOne 1.0.0
- Input tables of TemplateOne 1.0.0
- Adding custom attributes
- Configuring the context bar
- TemplateOne menus and dashboards
- TemplateOne 2021.4.0 设置
- Purchase to Pay Discovery Accelerator 菜单和仪表板
- 购买到付款 Discovery Accelerator 设置
- Order to cash Discovery Accelerator 菜单和仪表板
- “订单到现金” Discovery Accelerator 设置
- Basic Connector for AppOne
- SAP Connectors
- 适用于 AppOne 的 SAP 订单到现金连接器
- 适用于 AppOne 的 SAP 采购到付款连接器
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- 仪表板和图表
- 表格和表格项目
- 应用程序完整性
- How to ....
- 使用 SQL 连接器
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- 释放 SQL 连接器
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- 实用资源

Process Mining 用户指南
Input tables of TemplateOne 1.0.0
简介
TemplateOne版本包含一个Basic SQL 连接器。要使用模板,您的输入数据需满足已定义的格式(例如:模板 2)。
本页介绍适用于 TemplateOne 1.0.0 的基本 SQL 连接器的输入数据字段。如果要使用适用于TemplateOne 1.0.0的自定义 SQL 连接器,则必须确保连接器的输出数据满足 TemplateOne 1.0.0 所需的输入格式。
TemplateOne packages
There are two available TemplateOne packages.
- TemplateOne - 事件日志;
- TemplateOne - 案例 - 事件日志。
如果案例和事件的数据在一个输入文件中可用,则使用TemplateOne-Event-log 。如果将案例和事件的数据拆分为两个不同的输入文件,则使用TemplateOne-Cases-Event-log 。
本页概述了不同 TemplateOne 包的输入表的属性。系统将显示每个属性的名称和数据类型。除此之外,还会指明该属性是否为必填属性。
必填属性和可选属性
Your input data file can have different attributes or different attribute names. However, there are some attributes mandatory for using TemplateOne, which means that the data must be available in your input data file for a correct working of TemplateOne. The mandatory attributes are:
- 活动
- 案例 ID
- 事件结束
It is possible that this data is available otherwise in your input file. For example, Event end can be calculated by combining a date attribute and a time attribute containing event end data.
Optional attributes can be used to get more detailed views in TemplateOne.
自定义属性
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;
自定义字段具有通用名称。下面概述了可用于TemplateOne 的自定义属性。
| 名称 | 数据类型 | 必填 是/否 |
|---|---|---|
| custom_case_text_{1...30} | text | N |
| custom_case_number_{1...10} | double | N |
| custom_case_datetime_{1...10} | datetime | N |
| custom_event_text_{1...30} | text | N |
| custom_event_number_{1...10} | double | N |
| custom_event_datetime_{1...10} | datetime | N |
使用自定义字段时,应将TemplateOne应用程序中的字段重命名为与值匹配的名称。请参阅向应用程序添加自定义属性。
TemplateOne - 事件日志输入数据
以下是 Event_log 表输入属性的概述。
| 名称 | 数据类型 | 必填 是/否 | 描述 |
|---|---|---|---|
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_detail | text | N | 事件相关信息。 |
event_start | datetime | N | 与开始执行事件相关联的时间戳。 |
team | text | N | 执行事件的团队。 |
user | text | N | 执行事件的用户。 |
TemplateOne - 案例 - 事件日志输入数据
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 | 与案例相关的货币价值。 |
以下是 Event_log 表输入属性的概述。
| 名称 | 数据类型 | 必填 是/否 | 描述 |
|---|---|---|---|
activity | text | Y | 事件的名称。用于描述流程中的步骤。 |
case_id | text | Y | 事件所属案例的唯一标识符。 |
event_end | datetime | Y | 与事件执行结束相关联的时间戳。 |
automated | boolean | N | 指示事件是手动执行还是自动执行。 |
event_detail | text | N | 事件相关信息。 |
event_start | datetime | N | 与开始执行事件相关联的时间戳。 |
team | text | N | 执行事件的团队。 |
user | text | N | 执行事件的用户。 |