ProcessRule interface
プロセス ルールの応答。
- Extends
プロパティ
customization |
ルールがシステムによって生成されるか、ユーザーによって作成されるかを示します。 |
id | ルールを一意に識別する ID。 |
url | リソース URL。 |
継承されたプロパティ
actions | ルールがトリガーされたときに実行するアクションの一覧。 |
conditions | ルールをトリガーする必要がある条件の一覧。 |
is |
ルールが無効かどうかを示します。 |
name | ルールの名前。 |
プロパティの詳細
customizationType
ルールがシステムによって生成されるか、ユーザーによって作成されるかを示します。
customizationType: CustomizationType
プロパティ値
id
ルールを一意に識別する ID。
id: string
プロパティ値
string
url
リソース URL。
url: string
プロパティ値
string
継承されたプロパティの詳細
actions
ルールがトリガーされたときに実行するアクションの一覧。
actions: RuleAction[]
プロパティ値
createProcessRuleRequest.actions
conditions
ルールをトリガーする必要がある条件の一覧。
conditions: RuleCondition[]
プロパティ値
createProcessRuleRequest.conditions
isDisabled
ルールが無効かどうかを示します。
isDisabled: boolean
プロパティ値
boolean
createProcessRuleRequest.isDisabled から継承
name
ルールの名前。
name: string
プロパティ値
string