Skip to main content
October 13, 2023
Question

Invalid Process Parameter

  • October 13, 2023
  • 1 reply
  • 0 views

I am getting an Invalid Process Parameter error in my interface, and i made sure that the parameters have the same name and type in both process model and Interface.

what might be the reason of this error ? 

a!startProcess(
                                processModel: cons!GeneratePDF,
                                processParameters: {
                                customerNum:ri!customerNum,
                                descriptionReason:ri!reqDetails.reasonDesc,
                                data:ri!DocDetails,
                                },
                                onSuccess: {a!save(
                                  local!pdfId,
                                  fv!processInfo.pv.CreatedPDF
                                )}
                              ),
 

1 reply

stefanhelzle0001
Brainy
October 13, 2023

Did you publish the model? Only the last published model will be executed.

Did you check the tomcat log for more details?