M
mparish
Guest
Right - you cannot create a Corticon Rule message from the APIs. Though that would be really convenient if you could. However you can define an entity in your vocabulary (called Exception) then you can create it and populate it from your API. eg catch (Throwable e) { ICcDataObject msg = aDataObjMgr.createEntity( "Exception" ); msg.setAttributeValue( "text" , e.getMessage()); e.printStackTrace(); } // End of try importRulesheets
Continue reading...
Continue reading...