The Scripting Pipelet
There is only one scripting pipelet, located in the Scripting folder in the B2C Commerce API. This pipelet executes a Server-Side JavaScript, which might require a database transaction.
The pipelet's configuration parameters are:
Properties | Description |
---|---|
OnError | Calls PIPELET_ERROR to process the error |
ScriptFile | The name of the actual script relative to the script's folder containing the pipeline |
Timeout | Timeout in seconds. Default is 30 seconds. |
Transactional | Selection of false or true |