Rules engine / Generate Rules report
Generate rules report based on existing rules.
Json
Example
json
{
"name": "rules-engine-generate-rules-report",
"taskReferenceName": "rules-engine-generate-rules-report",
"description": "Generate Rules report",
"optional": false,
"type": "SUB_WORKFLOW",
"inputParameters": {
"targetAccountName": "RETAILER-NAME",
"sourceTableKey": "PRODUCTS"
}
}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
| Property | Type | Required | Description |
|---|---|---|---|
| The target account for which the report have to be generated. Use uppercase letters and replace any spaces with underscores. Exemple : RETAIL_X | |||
| The Rules source table key. |
Outputs
| Property | Type | Description |
|---|---|---|
| The report. |