pfx-api:execute, pfx:formulaExecute

Attributes

Description

Required?

Attributes

Description

Required?

id

Bean ID

yes

sku

SKU for which the logic is executed.

no

formulaName

Sets which logic will be executed (by its name). You can use the SKU parameter as well.

no

mapper

Transforms the body into the required format for the formula context.

no

 

<to uri="pfx-api:execute?sku=100&amp;formulaName=TestLogic"/> <to uri="pfx-api:execute?sku=100"/> <to uri="pfx-api:execute?formulaName=TestLogic"/>

Deprecated from 1.1.15

<pfx:formulaExecute id="executeSkuFormula" sku="12" formulaName="TestLogic"/> <pfx:formulaExecute id="executeSku" sku="12"/> <pfx:formulaExecute id="executeFormula" formulaName="TestLogic"/>

IntegrationManager version 5.8.0