indeedeng/iwf-java-sdk

Improve RPC requiring workflow to have default constructor

longquanzheng opened this issue · 0 comments

Otherwise ByteBuddy cannot create the instance, got error "NoSuchMethodException" on result = (T) dynamicType.newInstance();