🧠 SoftRobot AI Command Center

Self-Driving Enterprise Β· ESS AP AR GL Zero Data Entry
⚑ 24/7 AI Workforce πŸ“₯ No Manual Data Entry
πŸ“₯ Input Ingestion
πŸ§‘β€πŸ’Ό Work Operators
πŸ“¦ Apps Schedular
⏰ Output Job History
πŸ“Š Basic Flow
πŸ“Š Detail Flow
πŸ“Š Flow Chart
πŸ“ Define Flow

AI Workforce β€” Zero Data Entry Enabled

πŸ“₯ How Data Gets Here: Every table shown below is auto-populated by web crawlers, APIs, OCR, email parsing, or Trello integration. No manual data entry required.

Specialized workers grouped by business function with their data sources.

Group Name Role Description Auto Apps Data Source β†’ Table Status

Auto Apps β€” Powered by Auto-Ingested Data

πŸ“₯ Data Source: Each app reads from tables that are automatically populated by ingestion engines (crawlers, APIs, OCR, etc.).

Packaged operational capabilities grouped by business area with data dependencies.

Group App Code Name Logic Schedule Approval Data Source β†’ Table Active

Job Execution History β€” including Ingestion Jobs

Recent runs including automated data ingestion jobs.

Group Timestamp App / Job Action Sample Output Status

πŸ“₯ Data Ingestion Pipeline β€” Zero Manual Data Entry

🌐 How It Works: Data flows automatically from external sources into SQL tables using Web Crawlers, APIs, OCR, Email Parsing, and Trello Integration. No human typing required.

All active data sources that auto-populate your business tables.

Source Name Type Target Table Schedule Active Description Last Run

πŸ“Š Ingestion Flow

End-to-End Flow: Ingestion β†’ Execution β†’ Output

End-to-End Flow: Ingestion β†’ Execution β†’ Output

System Flow

Visual walkthrough of how data is ingested and triggers autonomous actions.

πŸ“ˆ End-to-End Flow: Ingestion β†’ Execution β†’ Output

%%{init: {'theme':'base','themeVariables':{'background':'#ffffff','primaryColor':'#ffffff','primaryTextColor':'#1E3A6F','primaryBorderColor':'#0A1A2F','lineColor':'#0A1A2F','actorBkg':'#FFFFFF','actorTextColor':'#1E3A6F','actorBorder':'#0A1A2F','fontFamily':'Segoe UI, sans-serif','fontSize':'10px'}}}%% sequenceDiagram autonumber participant External as "🌐 External
Source" participant Ingestion as "βš™οΈ Ingestion
Engine" participant Tables as "πŸ—„οΈ SQL
Tables" participant Orchestrator as "🧠 Orchestrator" participant Rules as "πŸ“– Decision
Tables" participant Operator as "πŸ€– Operator" participant Tools as "πŸ”§ Auto Apps" participant Output as "πŸ“€ Output" External->>Ingestion: Web Crawl / API / OCR / Email Ingestion->>Tables: Auto-Populate Tables Tables->>Orchestrator: New Data Detected Orchestrator->>Rules: Query Matching Rule Rules-->>Orchestrator: Return Action Orchestrator->>Operator: Assign Task Operator->>Tools: Execute Auto App Tools->>Output: Email / PO / Invoice / Report

Detailed Flow Chart

Visual walkthrough of how a self‑driven enterprise app works.


Flow Chart

Visual walkthrough of how a self‑driven enterprise app works.


πŸ“ Declarative Studio β€” YAML ↔ Mermaid ↔ SQL

⚑ 3‑Way Sync: Edit YAML (source of truth) β†’ auto‑generates Mermaid (visual) and SQL (executable). Import/Export YAML for version control.

πŸ“„ YAML (Source) declarative rules

πŸ“Š Mermaid (Visual) flowchart TD

πŸ—„οΈ SQL (Executable) deployable rules

-- SQL will appear here after sync --

πŸ’‘ YAML Schema: Define rules with id, priority, condition (field/operator/value/min/max), and action (type/params). The system syncs to Mermaid and SQL.