Importing third party java class into workflow
Hi,
I have a very simple java class (package) that I wish to use it in a workflow that I am working on. I have difficulty imporing from the class file. I am keep getting “unable to resolve class” error.
I am wondering if anybody can help me with this.
Regards,
Mehrdad Novin.
email: [email protected]
mehrdadnovin
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
1 comment
arthurburkhardt
·4 years ago · EditedOfficially unsupported, unless you can convert to groovy. Is it possible to expose a custom jar in a workflow? – Support Portal (collibra.com)
I’m not sure how feasible this is. but there might be a possibility to upload the jar in the resources, then use the collibra “groovy-lib” semi-hidden feature, and groovy dynamic loading to load the jar…
With that many uncertainties, I would probably not do it.