JAXB failure trying to convert value ProcessInfo

I'm getting the error 'JAXB failure trying to convert value ProcessInfo{.....} to Appian type ProcessInfo (id=xxx)' when using the Start Process node in a process model.

Does anyone know what may have caused this issue?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    Hi Team,

    I am facing same issue, we are  calling the a!startprocess function in an Interface and process model ran successfully but at the end we got below error.

    Could not display interface. Please check definition and inputs.

    Interface Definition: Expression evaluation error: An error occurred while executing a smart service: JAXB failure trying to convert value ProcessInfo{

     a!dynamicLink(
                      label: "Export to Excel File",
                      saveInto: {
                        a!startProcess(
                          processModel: cons!NO_PM_ALL_OPINION_REPORT,
                          processParameters: {},
                          
                        )
                      }
                    )

Reply
  • 0
    Certified Associate Developer

    Hi Team,

    I am facing same issue, we are  calling the a!startprocess function in an Interface and process model ran successfully but at the end we got below error.

    Could not display interface. Please check definition and inputs.

    Interface Definition: Expression evaluation error: An error occurred while executing a smart service: JAXB failure trying to convert value ProcessInfo{

     a!dynamicLink(
                      label: "Export to Excel File",
                      saveInto: {
                        a!startProcess(
                          processModel: cons!NO_PM_ALL_OPINION_REPORT,
                          processParameters: {},
                          
                        )
                      }
                    )

Children
No Data