Nested flows
ACE Working example
Download the sample workspace here.
Provided workspace showcases an endpoint which triggers nested and reusable flows for logging and error handling.
How to use the example?
Try the provided GET /getDeprecatedEndpoint
method from the Try it out view.
The flow triggered by the endpoint is re-routed to separate flows using MIXED Step. This approach enables you to write reusable flows that implement some common behavior. In this case the logEntireDocument
and overrideErrorCode
flows are re-used.