Integrating flows

Enterprise Single-tenant

After you’ve created and compiled a flow, integrate it into your existing business processes and systems.

Flow integration occurs in two stages:

  • Ingesting documents into a flow, referred to as upstream integration.

  • Sending results at the end of a flow, referred to as downstream integration.

For example, in a mortgage processing flow, users upload documents to a mortgage lending application, which then sends the documents to your app for processing (upstream integration). Then, processed results are sent on to a loan processing application (downstream integration).

Two ways to add upstream and downstream connections

You can configure upstream and downstream connections in one of two ways:

Use the flow editor approach when you want integration logic embedded directly in a flow definition. Use the deployment approach when you want operational integration settings managed outside the flow itself. The latter approach is useful when you want to reuse the flow logic with multiple deployments.