Core concepts(核心概念)¶
There are several concepts that are fundamental to Foundry Rules:
- Object model: Foundry rules are objects with properties that can be managed by rule proposals.
- Workshop application: Foundry rules are managed by a Workshop application which usually includes Rule Editor and Proposal Reviewer functionality.
- Rule logic: Foundry rules encode business logic designed to perform a particular workflow. This logic follows a specific structure and defines a set of transformations upon data.
- Foundry Rules workflow configuration: Foundry rules are configured using the workflow configuration editor. The editor is an interface used by workflow owners to customize Foundry Rules to their use case.
:::callout{theme="warning"} Prior to July 2022, Foundry Rules included additional concepts and required more configuration. If you deployed Foundry Rules before this date, then learn more about these additional concepts and configurations. :::
中文翻译¶
核心概念¶
Foundry Rules 涉及以下几个基本概念:
- 对象模型(Object model):Foundry Rules 是包含属性(properties)的对象(objects),可通过规则提案(rule proposals)进行管理。
- Workshop 应用(Workshop application):Foundry Rules 通过Workshop 应用进行管理,该应用通常包含规则编辑器(Rule Editor)和提案审核器(Proposal Reviewer)功能。
- 规则逻辑(Rule logic):Foundry Rules 编码了执行业务逻辑的规则,旨在实现特定工作流。该逻辑遵循特定结构,并定义了一组数据转换操作。
- Foundry Rules 工作流配置(Foundry Rules workflow configuration):Foundry Rules 通过工作流配置编辑器进行配置。该编辑器是工作流所有者用于根据自身用例定制 Foundry Rules 的界面。
:::callout{theme="warning"} 2022 年 7 月之前,Foundry Rules 包含更多概念并需要更复杂的配置。如果您在此日期之前部署了 Foundry Rules,请进一步了解这些额外概念与配置。 :::