Read Notification Alerts

Overview

Provides a function, readnotificationalerts(), which fetches alert details including the message, problem description and recommended action.  The function fetches the notifications of the logged-in user for all processes or based on the specific process ID input.  Results can be further filtered based on process name, task name and a date that can be optionally provided as inputs to the function.

Anonymous
  • It is throwing an error when I am passing the following arguments in the function.

    readnotificationalerts(

     startDateTime:now()-7,

     endDateTime:now()

    )

    The error that I am getting is :-

    Expression evaluation error at function 'readnotificationalerts': The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB was not able to produce a value for typed value TypedValue[it=9,v=2018-07-30 12:22:36.13] as java class java.lang.Integer.