Dear Experts,
I have a created custom operation in Java. The operation shows up successfully in Nuxeo Studio and I am able to build and compile the source code to produce a JAR file.
I need some guidance in how to make this operation available in the running docker instance. This operation is used in an operation chain but when I tries to execute it, it throws the following error:
Nuxeo server
= Component Loading Errors:
- Operation chain with id 'CM' references unknown operation with id 'Document.CmDeclaration'
What am I missing?
Any guidance would be much appreciated.
Thanks,
SG