Deploy Logic Step – deploy-logic

Type

Description

Type

Description

deploy-logic

Deploys all logics defined in the definition folder to a partition.

This is the only purpose of this folder – to hold logics for this step. The step can go to this folder repeatedly as there can be defined (cascaded) filters.

Specific Attributes

Attribute Name

Description

Example

Required

Default

Attribute Name

Description

Example

Required

Default

includeData

Specifies if the package data (for example for PP tables) should be deployed.

"includeData": true

false

true

staticFilter

Specifies which definition in the package will be excluded and not deployed to the partition. See an example below.





{}

Example

{ "type": "deploy-logic", "name": "deploy-logic", "includeData": false }

 

{ "type": "deploy-logic", "name": "deploy-logic-first", "staticFilter": { "CalculationLogic": [ { "fieldName": "uniqueName", "notEquals": "Outliers_Dashboard" }, { "fieldName": "label", "notEquals": "Waterfall" } ] } }, { "type": "deploy-logic", "name": "deploy-logic-second", "staticFilter": { "Dashboard": [ { "fieldName": "uniqueName", "notEquals": "Waterfall" }, { "fieldName": "label", "notEquals": "Revenue and Margin" } ] } },





PlatformManager version 1.75.0