Previous Topic: Does Violate Rule-Based RoleNext Topic: Encrypting Values


Transformation Building Blocks

The following three new workflow building blocks can be added to a workflow process by using the Workpoint Designer:

Providing parameters for the two PDI building blocks (ExecutePDIFile and ExecutePDIPackage) is done with the PARAMS field. It accepts a list of parameters that are separated by commas, and start with "-param:". For example:

"-param:configurationName=model","-param:target=newModel"

In the previous example, the PDI transformation gets two parameters, "configurationName" with the value "model" and "target" with the value "newModel".

The parameters for the ExecuteCMD building block are as follows: