launchpad-custom-function
Custom Function
Custom Function is a type Function that enables the user to extend the capability of LaunchPad with code written in High Level Languages (HLL) like Java. This feature is typically reserved for functionality that cannot be implemented in another rule type, i.e. Automation. To use this feature you upload the HLL artifacts, i.e. Jar or Python file, and reference the method you want to invoke when the Custom Function is called. The signature of Custom Function MUST match that of the HLL method so that the Custom Function can invoke it.
Like Functions Custom Function are sideeffect free and should not assume any shared state between requests. They perform the task or computation required the same way each time they are invoked.
Supported Languages: