via “workflow execution engine with multi-process runtime modes”
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Unique: Implements a pluggable execution model through the Workflow class and ExecutionService that decouples workflow definition from runtime strategy, allowing the same workflow to run in single-process, worker, or sandboxed modes without code changes. Uses Bull queue for job distribution and supports expression evaluation through a dedicated expression-runtime package for dynamic parameter binding.
vs others: Offers both low-latency single-process execution for development and horizontally-scalable worker mode for production, unlike Zapier which is cloud-only, and provides better isolation than Integromat through optional sandboxed task runners