yawlfoundation / yawl

Yet Another Workflow Language
http://www.yawlfoundation.org
GNU Lesser General Public License v3.0
88 stars 35 forks source link

There is no support for codelets that extends from a derived class of AbstractCodelet #625

Closed Marco-Sulla closed 4 years ago

Marco-Sulla commented 5 years ago

I tried to create a simple custom MyAbstractCodelet extends AbstractCodelet, and I tried to apply MyAbstractCodelet to a test codelet. YAWL does not see it. It seems that only the codelets that extends from AbstractCodelet only are exposed. A simple instanceof will do the trick.

adamsmj commented 4 years ago

fixed in latest update. Actually affected all plugin grandchild classes