pfx-api:dataload
Runs a dataload defined by its type and label.
Properties
Option | Type | Default | Description |
---|---|---|---|
| string |
| Defines the label of the dataload to run. |
| string |
| Defines the type of the dataload to run. |
| string |
| Defines a connection to Pricefx. This is an optional parameter and if it is not mentioned, the connection is taken from the Spring bean named pricefx. |
Examples
<route>
<from uri="direct:start"/>
<to uri="pfx-api:dataload?dataloadType=DMM_CALCULATION&label=TestModel"/>
<to uri="mock:end"/>
</route>
This will run a dataload “TestModel” of the type “DMM_CALCULATION”.
IntegrationManager version 5.8.0