Hi,
I followed steps described in guide:
https://developers.sap.com/tutorials/spa-run-business-process-launchpad.html
Everything good so far, I were able to display my process trigger tile but once I executed it, it is raising an error:
The issue is most likely caused by application com.sap.spa.bpi.process.form.trigger. Please create a support incident and assign it to the support component of the respective application. - Failed to load UI5 component with properties: '{
"name": "com.sap.spa.bpi.process.form.trigger",
"url": "/comsapspaprocessautomation.comsapspabpiprocessformtrigger/~030223152741+0000~/",
"manifest": true, ...
Analysing it I found the problem:
When the trigger is being executed from Launchpad the URL is like this:
When it is executed from the SAP Build Process Automation Cockpit the URL is
So what I am missing because I followed all the steps, please.RegardsMauricio