Script Flow
There is a special type of Flow in the Etlworks Integrator which allows the user to execute any JavaScript or Python code. It can be combined together with any other Flow by using a nested Flow.
Available objects
The following objects can be referenced by name from JavaScript code:
Object name | Class name / JavaDoc | Import |
---|---|---|
etlConfig | com.toolsverse.etl.core.config.EtlConfig | importPackage(com.toolsverse.etl.core.config); |
scenario | com.toolsverse.etl.core.engine.Scenario | importPackage(com.toolsverse.etl.core.engine); |
Comments
0 comments
Please sign in to leave a comment.