Java action not implemented for app store module java actions.

0
Hi   I am working on new project and I am running it locally for testing. I have added few app store module to my project (ExcelImporter, Communitycommans). Whenever java action is used in microflow from these modules. its logging error of java action not implemented in console.  am I missing any initial setting. Please suggest?       Thanks Sandip
asked
1 answers
0

Did you create the releaseOldLocksSE Java Action yourself? The error message you are seeing is the default functionality for a Java action before any code has been added. The solution is to just delete this action.

answered