cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Cloud Platform Workflow - My Inbox doesn't show the target UI

0 Kudos

Hello experts,

I am trying to configure a very basic workflow scenario on SAP Cloud Account ( not a trial account ). I have followed the guide and have linked a HTML5 application to a manual step of workflow.

Guide that I am following is : https://help.sap.com/viewer/f63bbdc234ce4211ab2cdb44564a0acd/Cloud/en-US

The UI launches a workflow which gets displayed in My Inbox Fiori app, but when I access the task it doesn't open the view that I would like to see. What I have observed is that in Component.JS of target UI component, when it tries to read input data (WD instance ID etc), the application fails with following error:


Cannot create componentProcessAssetfor smart template rendering. Showing standard task in the detail screen as a fallback: Object doesn't support property or method 'getComponentData' -

Init method of Component.JS of target UI component that is supposed to get launched from Inbox:

var oComponentData = this.getComponentData();

var startupParameters = oComponentData.startupParameters;

and I am unable to proceed with the setting up Workflow.

I would appreciate it if you can share you view on what could be the potential issue here?

Many Thanks in advance.

Regards

Pranav Goswami

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

With the workflow designed using SAP Web IDE multi cloud tool, the solution works fine.