Unable to start process from VBCS button action chain
Summary
500 Internal Server Error: processAliasNotFoundContent
I have a very simple VBCS application with a single button. The only action in the button action chain is to start a process. I have successfully created a process alias which means I was able to see my process definitions. I am also assigned as the owner of the process.
However, when VBCS attempt the run the process I am getting the following error:
Network:
- detail: "Process Alias TokenSmokeTestProcess10 could not be found."
- o:errorCode: "processAliasNotFound"
- status: 500
- title: "Process Service Error"
- type: "vbcs://process_service_problem"
Console (image attached)
FYI, I am able to run the process from Postman.
0