User-defined jar file?
We are developing several Collibra workflows. Doing so, there are identical functions that appear in several script tasks. We’d like to consolidate these functions in a single jar file that we can import in each script task. What’s the best way to realize this? Where do we need to store the jar files? How do we generate the jar file?
Any help/advice is appreciated. Thanks!
Former User
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
1 comment
arthurburkhardt
·4 years ago · EditedThere is absolutely no documentation of this feature, I only know it because @bart.vanderlocht was kind enough to share it with me.: you can create a
groovy-libfolder and store as many groovy scripts as you want. All the functions defined in those scripts are automatically available for all script tasks.To load the resources, just use backup/restore of customizations.
Customize the refreshed navigation user interface - Collibra - Developer
Is it possible to expose a custom jar in a workflow? – Support Portal (collibra.com)
Slow compiling Groovy script - Collibra - Developer