Description
Tutorials: https://developers.sap.com/tutorials/abap-environment-sbpa-workflow-action.html
Hi Team,
Please update edmx content as below.
Step 1.2-> Save the below Open API Specification file as local .edmx file.
<?xml version="1.0" encoding="utf-8"?> <edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" xmlns="http://docs.oasis-open.org/odata/ns/edm"> <edmx:DataServices> <Schema Namespace="com.sap.gateway.default.api_workflow_notification.v0001" Alias="SAP__self"> <ComplexType Name="CT_NOTIFICATION_RESULT"> <Property Name="notificationProcessed" Type="Edm.Boolean" Nullable="false"/> </ComplexType> <Action Name="ProcessCompleted"> <Parameter Name="workflowInstanceId" Type="Edm.String" Nullable="false" MaxLength="36"/> <Parameter Name="outcome" Type="Edm.String" Nullable="false" MaxLength="255"/> <ReturnType Type="com.sap.gateway.default.api_workflow_notification.v0001.CT_NOTIFICATION_RESULT" Nullable="false"/> </Action> <EntityContainer Name="Container"> <ActionImport Name="ProcessCompleted" Action="com.sap.gateway.default.api_workflow_notification.v0001.ProcessCompleted"/> </EntityContainer> </Schema> </edmx:DataServices> </edmx:Edmx>