Space Operator
  • Welcome
  • Visual Builder
    • Flows
      • API Key & POST Request
      • WebSocket
        • Signature Requests
      • Nested Flows
      • Learn Solana
      • Add flows to your websites
      • Iterate with Localhost
    • Nodes
      • Web Assembly Nodes
        • space-cli
        • space-lib
        • Examples in Rust
          • Rectangle
          • Filter
          • Regex
        • Uploading WASM binary via UI
      • Native Nodes
        • Code Template
        • Node Definition
        • ValueSet
        • Submitting Native Nodes
        • Tracing
      • Mock Nodes
      • JS Node
      • API Input Node
  • Self-hosting
    • Docker Compose
    • Serving HTTPS
    • Lightsail Instance
    • Export data to your instance
  • FAQ
    • Servers
  • References
    • Flows
    • Flow Deployment
Powered by GitBook
On this page

Was this helpful?

  1. Visual Builder
  2. Flows

Nested Flows

PreviousSignature RequestsNextLearn Solana

Last updated 1 year ago

Was this helpful?

Flows can call each other with the Interflow node.

  1. Setup the nested flow

    1. Connect a 'Flow Input' node to any input you want to pass dynamically

    2. Connect a 'Flow Output' node for any result you would like to export

  2. In the parent flow

    1. Add an 'Interflow' node

    2. Select the flow to call via the dropdown

    3. Connect the inputs and outputs