This is the function that gets called when the workflow is run and the operator starts running.
This is the function that gets called when the workflow is run and the operator starts running.
Execution context of the operator.
The input to the operator.
The parameter values to the operator.
The listener object to communicate information back to the console.
The output from the execution.
The default implementation does nothing.
The default implementation does nothing.
If there are processes to be stopped when the operator is stopped, then the operator should override this method.
Execution context of the operator.
The listener object to communicate information back to the console.
:: AlpineSdkApi :: Defines a database operators runtime behavior. Override the 'onExecution' method to define the the database transformations you want. Use the 'databaseExecution context' to execute SQL queries.
the input type of the plugin (Must correspond to the input type of the GUI node and plugin signature)
the output type of the plugin