You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (targetArgName == null || viewArgName == null || Core.getMetaObject(viewArgType).isPersistable())
thrownewRuntimeException("Microflow '" + serviceDef.getOnUpdateMicroflow() + "' should have one argument of type "
+ serviceDef.getSourceEntity() + ", and one argument typed with an persistent entity");
The text was updated successfully, but these errors were encountered:
Dataservices.java
The text was updated successfully, but these errors were encountered: