Runtime Extensions
Erweiterte Runtime-Funktionalität für Produktiv-Betrieb.
Readiness Probe
Health Check Endpunkt für Kubernetes:
GET /healthResponse:
{
"status": "healthy",
"uptime": 3600,
"version": "1.0.0"
}Trace Execution
Flow-Ausführung nachverfolgen für Debugging:
Enable:
environment:
- PROCESSCUBE_TRACE_ENABLED=trueOutput: Detaillierte Logs aller Node-Executions
Migration Tools
Flow-Migration zwischen Versionen:
- Backup & Restore
- Version-Migration
- Rollback-Funktionalität
Context Storage
Persistente Context-Speicherung:
File-based:
flow.set("data", value, "file");Redis:
environment:
- CONTEXT_STORAGE=redis
- REDIS_HOST=redisNächste Schritte
- Deployment - K8s-Deployment
- Monitoring - Monitoring-Setup