- 发行说明
- 在开始之前
- 管理访问权限
- 入门指南
- 集成
- 使用流程应用程序
- 创建应用程序
- 正在加载数据
- Transforming data
- 自定义流程应用程序
- 发布流程应用程序
- 应用程序模板
- 通知
- 其他资源

Process Mining
Autopilot for Business logic editor is a suite of AI-powered features that assists you in creating or modifying expressions using natural language. It reduces the need to manually construct complex syntax and helps you work faster and more intuitively.
When you enter a descriptive text prompt, Autopilot for Business logic editor interprets it and automatically generates or updates the corresponding expression.
Depending on the input, Autopilot can:
- Generate a new expression from scratch, or
- Modify an existing expression without requiring you to manually edit it.
To get started with Autopilot for Business logic editor, select the Autopilot icon from the header bar. This opens the Autopilot chat window, where you can choose from default prompts or enter a prompt yoursef to start an Autopilot chat.
有关更多信息,请查看 Autopilot 用户指南中的关于 Autopilot 聊天。
- The prompt
Can you create an expression for average costs?generates a new expression to calculate the average costs. - The prompt
sum of event cost per casecreates an expression similar toSUM([Event cost]) GROUPED by[Case ID]in the logic configuration. - The prompt
Change to use throughput time instead of event costupdates the current expression, replacing theEvent costfield withThroughput time.