Skip to content

Create and Configure Action in the process flow #2599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bongulwar opened this issue Apr 16, 2025 · 1 comment
Open

Create and Configure Action in the process flow #2599

bongulwar opened this issue Apr 16, 2025 · 1 comment

Comments

@bongulwar
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants