Interactive Platform Demo

Experience the power of event-driven laboratory automation with our live interactive demo. See how workflows are created, executed, and monitored in real-time.

Lab Automation Platform Demo
System Online
Task Plugins
Sample Measurement
Data Review
Service Plugins
Run Weight Balance
Data Processing
Instrument Plugins
Weight Balance
HPLC System
Sample Prep
Sample Measurement
Ready
Active Workflows
3
Tasks Completed
127
System Load
45%
Uptime
99.9%

API Request

POST /api/workflows/

API Response

{
  "id": 94,
  "name": "Demo Workflow",
  "status": "pending",
  "message": "Workflow created - event-driven execution will start automatically",
  "tasks": [
    {
      "id": 278,
      "name": "Sample Measurement",
      "plugin_type": "task",
      "status": "awaiting_manual_completion"
    },
    {
      "id": 279,
      "name": "Run Weight Balance",
      "plugin_type": "service",
      "status": "pending"
    },
    {
      "id": 280,
      "name": "Weight Balance",
      "plugin_type": "instrument",
      "status": "pending"
    }
  ]
}