Skip to content

Create and Configure Action in the process flow #2599

Open
@bongulwar

Description

@bongulwar

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.

Reference Link: https://help.sap.com/docs/btp/sap-business-technology-platform/model-action-project-to-notify-abap-environment-about-workflow-completion?locale=en-USstate=PRODUCTION


<?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>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions