Skip to main content

Integration Flows

Integration Flows has added the following capabilities...

  • Configuration Exchange to support promoting Flows between environments
  • Policy Adapter Initiators. Implement your own policy adapters like Custom Search Providers, Custom Validation Providers, and Custom Task Providers using Integration Flows
  • Added a new endpoint to allow Custom Authentication schemes for API-initiated Flows for outside systems that are unable to support Fenergo's default endpoint using OAuth. Includes support for IP Whitelisting, shared secret, and HMAC authentication
  • Added support for ASync flows to enable new integration patters such as HTTP Long-Polling and HTTP Callbacks (see task enhancements)
  • Enhanced Schemas. Schemas can now be generated from OpenAPI specification docs and can be leveraged from Transformer code
  • New and Enhanced Tasks
    • Wait - Pauses Flow Execution for a configurable amount of time (1s – 5m). Use this when polling an API until some condition met.
    • Flow Invoker - Use this to trigger another flow to run in parallel or wait for completion
    • End - Formally return response data from a Flow Execution. Used in External Data Adapter, Policy Adapter, and Flow Invoker triggered Flows
    • Supergraph - Added support for Entity-based queries
    • HTTP Invoker - Added support for Callback pattern. HTTP Task will pause the flow and wait for a callback from outside system before resuming.
    • Trasformer - Added support for schemas, encrypting/decrypting functions.

User Guide Reference: Integration Flows Overview