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 |
---|---|---|---|
name | STRING | required | The name (or type) of the task |
taskReferenceName | STRING | required | The unique name of the task in your job. It is used to reference this task in the workflow. |
description | STRING | required | The functional description of this task in your job. |
type | STRING | required | The type of the task. It must be SUB_WORKFLOW . |
optional | BOOLEAN | required | true : the job continues if there is an error on this task. false : the job fails. |
inputParameters | OBJECT | required | Input parameters of the task. See below |
Inputs Parameters
Property | Type | Required | Description |
---|---|---|---|
tableKey | STRING | required | The table key of the table to export the rules from. |
accountKey | STRING | required | The account key of the partner owning the shared table. |
Outputs
Property | Type | Description |
---|---|---|
file | FILE | 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 |