You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/use-cases/UseCaseCarousel.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ const allUseCases = [
14
14
{label: 'Internal tools',subtitle: 'Build production-grade internal tools with backend scripts, data tables and React, Vue or Svelte frontends.',to: '/use-cases/internal-tools',cover: '/img/money-pages/frontend.webp'},
15
15
{label: 'Data pipelines',subtitle: 'Orchestrate ETL jobs with parallel branches, DuckDB queries and connections to any database or S3 bucket.',to: '/use-cases/data-pipelines',cover: '/img/money-pages/data-pipelines-card.webp'},
16
16
{label: 'AI agents',subtitle: 'Build AI agents with tool-calling, DAG orchestration, sandboxes and direct access to your scripts and resources.',to: '/use-cases/ai-agents',cover: '/img/money-pages/ai-agent-card.webp'},
17
-
{label: 'Workflows',subtitle: 'Chain scripts into flows with approval steps, parallel branches, loops and conditional logic.',to: '/use-cases/workflow-automation',cover: '/img/money-pages/parallel-branches.webp'},
17
+
{label: 'Workflows',subtitle: 'Chain scripts into flows with approval steps, parallel branches, loops and conditional logic.',to: '/use-cases/workflows',cover: '/img/money-pages/parallel-branches.webp'},
18
18
{label: 'Triggers',subtitle: 'Trigger scripts and flows from schedules, webhooks, Kafka, Postgres, websockets, emails and more.',to: '/use-cases/triggers',cover: '/img/money-pages/cron-schedules-card.webp'},
<span>Native integrations with <spanclassName="text-blue-500">DuckDB, Ducklake and Polars</span> with zero config</span>
283
+
<span>Native integrations with <Linkto="/docs/integrations/duckdb"className="text-blue-500 hover:underline">DuckDB</Link>, <Linkto="/docs/core_concepts/persistent_storage/ducklake"className="text-blue-500 hover:underline">Ducklake</Link> and Polars with zero config</span>
<span>Single-node performance that <spanclassName="text-blue-500">outperforms Spark</span> on most ETL workloads</span>
291
+
<span>Run on the <Linkto="/docs/misc/benchmarks/competitors"className="text-blue-500 hover:underline">fastest workflow engine</Link> in the industry</span>
<span>Connect to <Linkto="/docs/core_concepts/resources_and_types"className="text-blue-500 hover:underline !no-underline">databases, APIs, private packages</Link> and any resource in your infra</span>
153
+
<span>Connect to <Linkto="/docs/core_concepts/resources_and_types"className="text-blue-500 hover:underline !no-underline">databases, APIs</Link>, <Linkto="/docs/advanced/imports"className="text-blue-500 hover:underline !no-underline">private packages</Link> and any resource in your infra</span>
<span>Catch failures with <Linkto="/docs/core_concepts/scheduling#error-handler"className="text-blue-500 hover:underline !no-underline">error handlers, retries</Link> and alerts</span>
157
+
<span>Catch failures with <Linkto="/docs/flows/error_handling"className="text-blue-500 hover:underline !no-underline">error handlers</Link>, <Linkto="/docs/flows/retries"className="text-blue-500 hover:underline !no-underline">retries</Link> and alerts</span>
<span>Deploy in one click with <Linkto="/docs/core_concepts/roles_and_permissions"className="text-blue-500 hover:underline !no-underline">RBAC, SSO</Link> and audit logs</span>
161
+
<span>Deploy in one click with <Linkto="/docs/core_concepts/roles_and_permissions"className="text-blue-500 hover:underline !no-underline">RBAC</Link>, <Linkto="/docs/misc/setup_oauth"className="text-blue-500 hover:underline !no-underline">SSO</Link> and <Linkto="/docs/core_concepts/audit_logs"className="text-blue-500 hover:underline !no-underline">audit logs</Link></span>
title="How Panther Labs runs customer provisioning workflows in production with Windmill"
495
495
description="Panther Labs uses Windmill to orchestrate customer provisioning, AWS account management and infrastructure deployment across their cybersecurity platform."
496
496
link="/case-studies/panther-labs"
497
-
from="workflow-automation"
497
+
from="workflows"
498
498
/>
499
499
</div>
500
500
501
501
{/* More use cases */}
502
502
<UseCaseCarousel
503
-
current="workflow-automation"
503
+
current="workflows"
504
504
subtitle="Workflows are just one use case. The same platform powers internal tools, data pipelines, AI agents and triggers."
0 commit comments