
Automatisierte LinkedIn-, Jobtitel- & Branchen-Datenanreicherung aus Google Sheets
Dieser Workflow reichert automatisch Google Sheets-Kontaktdaten an, indem er LinkedIn-Profile findet, Jobtitel und Branchen extrahiert und das Sheet mithilfe vo...

Lösen Sie andere Flows innerhalb Ihres Workflows aus und führen Sie sie aus, übergeben Sie Daten und ermöglichen Sie modulare, wiederverwendbare Automatisierung mit der Komponente ‘Flow ausführen’.
Komponentenbeschreibung
The Run Flow component is designed to execute another flow within your AI workflow. This allows you to modularize your processes, reuse existing flows, or orchestrate complex logic by calling sub-flows as part of a larger pipeline.
This component takes your specified input and passes it, along with any additional variables, to another flow that you choose. It can run synchronously (waiting for a result) or asynchronously (fire-and-forget). This is especially useful for building scalable, maintainable AI systems where you want to break down logic into reusable building blocks.
| Input Name | Type | Description | Required | Advanced |
|---|---|---|---|---|
| Flow Name | Dynamic Select | Choose the name of the flow you want to run. | Yes | Yes |
| Input Value | String | The main input value to be processed by the target flow (e.g., a message or data payload). | No | No |
| Flow Variables | Nested Dict | Additional variables to pass into the flow; can be used to parameterize execution. | No | No |
| Async Mode | Boolean | If enabled, runs the flow asynchronously and does not return output immediately. | No | No |
| Tool Name | String | (Advanced) A reference name for the tool when using agents. | No | Yes |
| Tool Description | String | (Advanced) Description to help agents understand how to use this tool. | No | Yes |
| Trigger Type | Dynamic Select | (Advanced) Specify a trigger for running the flow. | No | Yes |
| Verbose | Boolean | (Advanced) Enable detailed logging for debugging or monitoring. | No | Yes |
The component provides multiple outputs, making it versatile for varied workflow needs:
| Output Name | Type | Description |
|---|---|---|
| Run Outputs | Message | The result returned by the flow (if run synchronously) |
| Flow Execution | FlowExecution | Detailed execution object for advanced tracking |
| Flow as Tool | Tool | Exposes the flow as a callable tool for agents |
| Feature | Benefit |
|---|---|
| Run sub-flows | Modular, maintainable workflows |
| Pass variables | Dynamic, parameterized flow execution |
| Multiple outputs | Integrate results, track execution, or provide agent tools |
| Async mode | Non-blocking, scalable processing |
| Agent/tool support | Integrate with LLM-powered or agentic workflows |
This component is essential for anyone looking to build scalable, maintainable, and modular AI workflows. It enables effective composition of flows and seamless tool-based integrations within AI-driven systems.
Um Ihnen den schnellen Einstieg zu erleichtern, haben wir mehrere Beispiel-Flow-Vorlagen vorbereitet, die zeigen, wie die Flow ausführen-Komponente effektiv genutzt wird. Diese Vorlagen präsentieren verschiedene Anwendungsfälle und Best Practices und erleichtern Ihnen das Verständnis und die Implementierung der Komponente in Ihren eigenen Projekten.

Dieser Workflow reichert automatisch Google Sheets-Kontaktdaten an, indem er LinkedIn-Profile findet, Jobtitel und Branchen extrahiert und das Sheet mithilfe vo...

Erstellen Sie umfassende, SEO-optimierte Blogposts mit fortschrittlicher Struktur und hoher Wortanzahl mithilfe mehrerer KI-Agenten. Der Workflow umfasst automa...

Ein automatisierter, KI-gestützter Workflow zum Abrufen, Zusammenfassen und Präsentieren der Top-Geschichten von Hacker News, einschließlich Story-Details, URLs...

Dieser KI-gestützte Workflow automatisiert die Erstellung einzigartiger juristischer oder fachlicher Blog-Fragen auf Basis von Benutzereingaben, Wettbewerbsanal...

Automatisches Generieren von hochrangigen SEO-Blogartikeln aus YouTube-Videos. Dieser Workflow extrahiert Videotranskripte, analysiert Top-SEO-Keywords, erstell...
Erweitern Sie Ihre Automatisierung, indem Sie Flows innerhalb anderer Flows mit der Komponente 'Flow ausführen' in FlowHunt verbinden und ausführen.