Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
Anyone run into this error? I'm simply passing in pagingInfo to the recordTypeSource function through use of the a!query() function.Expression evaluation error at function 'systemlogsrecordtypesource' [line 7]: The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB failure trying to convert typed value TypedValue[it=1474,v={TypedValue[it=1478,v=<null>],TypedValue[it=1154,v=<null>],{1,101,<null>}}] to java class com.appiancorp.common.query.Query.Code Snippet:
systemlogsrecordtypesource( a!query(pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 101) ))