Design Process flow
Create REST Provider End-point
Publish the Provider (REST URL) at UI
1. Design Process flow
Overview
Backend Service for Download Input file, V3 Target File, Combined Error Report, Unsupported Product Code Report, and Account Structure Report.
...
Context Target Using ContextTarget to store data in the flow which will be carried by the REST provider.
...
...
2. Create REST Provider End-point
In this particular use case, the process flow is shared by developing a REST provider that will eventually be integrated with the user interface.
...