UiPath Documentation
process-mining
2021.10
true
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Process Mining 用户指南

上次更新日期 2026年4月23日

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}textN
custom_case_number_{1...10}doubleN
custom_case_datetime_{1...10}datetimeN
custom_event_text_{1...30}textN
custom_event_number_{1...10}doubleN
custom_event_datetime_{1...10}datetimeN

使用自定义字段时,应将TemplateOne应用程序中的字段重命名为与值匹配的名称。请参阅向应用程序添加自定义属性

TemplateOne - 事件日志输入数据

以下是 Event_log 表输入属性的概述。

名称数据类型必填 是/否描述
activitytextY事件的名称。用于描述流程中的步骤。
case_idtextY事件所属案例的唯一标识符。
event_enddatetimeY与事件执行结束相关联的时间戳。
automatedbooleanN指示事件是手动执行还是自动执行。
casetextN用于标识案例的用户友好名称。
case_statustextNThe status of the case in the process. For example, open, closed, pending, approved, etc.
case_typetextN案例的分类。
case_valuedoubleN与案例相关的货币价值。
event_detailtextN事件相关信息。
event_startdatetimeN与开始执行事件相关联的时间戳。
teamtextN执行事件的团队。
usertextN执行事件的用户。

TemplateOne - 案例 - 事件日志输入数据

case 子句

以下是 Cases 表输入属性的概述。

名称数据类型必填 是/否描述
case_idtextY事件所属案例的唯一标识符。
casetextN用于标识案例的用户友好名称。
case_statustextNThe status of the case in the process. For example, open, closed, pending, approved, etc.
case_typetextN案例的分类。
case_valuedoubleN与案例相关的货币价值。

以下是 Event_log 表输入属性的概述。

名称数据类型必填 是/否描述
activitytextY事件的名称。用于描述流程中的步骤。
case_idtextY事件所属案例的唯一标识符。
event_enddatetimeY与事件执行结束相关联的时间戳。
automatedbooleanN指示事件是手动执行还是自动执行。
event_detailtextN事件相关信息。
event_startdatetimeN与开始执行事件相关联的时间戳。
teamtextN执行事件的团队。
usertextN执行事件的用户。

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新