Loading...
Automate complex workflows with clear visibility
Define, deploy, and monitor business workflows with our workflow visualizer and powerful automation engine.
Not interested in watching a video demo? Jump right into an interactive demo organization with read-only access!
Everything you need to automate your business
Powerful workflow automation that grows with your team. Focus on your business, not infrastructure.
Parent-Child Job Orchestration
Spawn child workflows from parent jobs with RunChildJob steps. Build multi-level hierarchies (parent → child → grandchild) with automatic completion tracking.
Workflow Visualizer
See the structure of your workflows and trace execution paths in real-time. Debug with full execution history showing each step's input, output, and timing.
Wait for External Events
Workflows pause and resume when external events arrive. Supports multiple events in any order with automatic correlation via eventId.
Resource Pool Scheduling
Control concurrency with resource pools. Set worker limits per pool to manage how many jobs run simultaneously across your workflows.
AWS-Native Infrastructure
Deploys to your AWS account via CDK. Uses Aurora PostgreSQL, SNS/SQS for event-driven execution, Lambda for steps, and ECS Fargate for scheduling.
Type-Safe API
Smithy-generated OpenAPI specs with TypeScript SDK. Full type safety from API contract through to client code with ts-rest integration.
Workflow Versioning
Register new versions without disrupting running jobs. Tag versions with $LIVE for production routing. In-flight jobs complete on their original version.
Multi-Tenant Architecture
Organization-based isolation with role-based permissions. Cognito authentication with API token support for programmatic access.
Full Execution History
Every step execution recorded with inputs, outputs, timestamps, and errors. Execution data persists across workflow pauses and resumes.
How it works
From concept to production-ready workflows in three simple steps. No infrastructure setup required.
Define workflow in JSON
Type-safeCreate your workflow definition using our TypeScript-native JSON schema. Define steps, conditions, triggers, and business logic with full type safety and IntelliSense support.
Register in JustWorkflowIt
Version controlledRegister your workflow definition with JustWorkflowIt using the UI or API. Version your workflows and manage them across your organization with role-based access control.
Start calling via UI or API
Full visibilityTrigger your workflows through the web interface or programmatically via our REST API. Monitor execution in real-time and track detailed history for debugging and optimization.
Powering production workflows
Currently in production use by Bridge App for event-driven workflow orchestration
“We went from manually aggregating 40 events from 30 businesses (9 person-hours per week) to 250+ events from 80 businesses with a button click. JustWorkflowIt's automatic retries handle API rate limits, versioning lets us deploy new scrapers while old jobs run undisturbed, and workflow resumption means we can run expensive AI steps once then experiment with downstream logic. The JSON editor and input/output visibility make debugging instant.”
Enterprise workflow orchestration on AWS
TypeScript-native workflow engine with event-driven architecture. Deploy with AWS CDK to your own infrastructure.
Open source TypeScript engine • AWS CDK infrastructure • Multi-tenant architecture