Built for Integrations
LFS Workflow is designed not as a closed "box," but as a powerful framework that gives developers full control and endless possibilities for customization and extension.
Modern and Flexible Stack
We believe that tools should adapt to your infrastructure, not the other way around.
Forget complex installations. LFS Workflow comes as ready-made Docker containers, allowing you to launch the system on your server in minutes.
The system works transparently with both **Oracle** and **PostgreSQL**. Use the DBMS you are used to and trust.
The platform runs on a stable and productive version of **PHP 8.1** and uses **Apache** or **Nginx**, integrating perfectly into any enterprise environment.
Powerful Process Designer
Visually model business logic of any complexity with tools that go far beyond standard BPMN.
Flexible Execution Engine
Manage workflows, roles, and integrations with maximum flexibility.
The Future is Here: AI Integration
LFS Workflow is the ideal platform for creating "digital assistants" and "virtual employees" that work alongside people within your business processes.
A Hybrid Approach to AI
We don't use AI for tasks that regular code can perform quickly. Our system uses the best of both worlds:
- **LFS Workflow Core** performs ultra-fast and reliable queries to databases and APIs.
- A **local LLM model** receives this data along with documents (PDFs, emails) and performs cognitive tasks: analysis, summarization, and generation.
# Example API request to an AI AssistantPOST /api/v1/process{
"processId": 12345,
"action": "ANALYZE_DOCUMENT",
"documentUrl": "..."
}