Skip to Content

Runtime Extensions

Erweiterte Runtime-Funktionalität für Produktiv-Betrieb.

Readiness Probe

Health Check Endpunkt für Kubernetes:

GET /health

Response:

{ "status": "healthy", "uptime": 3600, "version": "1.0.0" }

Trace Execution

Flow-Ausführung nachverfolgen für Debugging:

Enable:

environment: - PROCESSCUBE_TRACE_ENABLED=true

Output: 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=redis

Nächste Schritte