Export Rules
Export rules of the rules engine.
Json
Example
json
{
"name": "rules-engine-export-rules",
"taskReferenceName": "export target table rules",
"description": "The business description of the task",
"type": "SUB_WORKFLOW",
"optional": false,
"inputParameters": {
"tableKey": "PRODUCT",
"accountKey": ""
}
}1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Definition
| Property | Type | Required | Description |
|---|---|---|---|
| The name (or type) of the task | |||
| The unique name of the task in your job. It is used to reference this task in the workflow. | |||
| The functional description of this task in your job. | |||
The type of the task. It must be SUB_WORKFLOW. | |||
true: the job continues if there is an error on this task. false: the job fails. | |||
| Input parameters of the task. See below |
Inputs Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| The table key of the table to export the rules from. | |||
| The account key of the partner owning the shared table. |
Outputs
| Property | Type | Description |
|---|---|---|
A file containing the rules. See teh file definition in the rules-engine-import-rules task |
Limits and additional notes
| Element | Limit |
|---|---|
| Fields with rules | 5 000 |
| Rules by field | 1 000 |
| Source tables | 5 |
| Rules by table | 20 000 |