startProcessLink in the interface throws an error: The process does not exist, has been deleted, or you do not have permission to start it.

Hi,

I am trying to start a process model within the interface. Here is the code:

a!linkField(
links: {
a!startProcessLink(
label: "Send Excel Report",
processModel: cons!EXPORT_PROCESS_REPORT_PM,
processParameters: {
docName: "Test",
reportChoice: cons!MP_MY_TASKS_REPORT
},
bannerMessage: "report done"
)
}
)

When i click on the link, i get error saying "The process does not exist, has been deleted, or you do not have permission to start it.". I checked the process model security, it has permissions for all users and i tried as admin also. Still same error. But i am able to launch the process from outside of the Tempo interface with no issues. 

Any ideas?

Thanks,

Meena

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data