Orchid Continuum - Breeder Pro+
Back to Admin
Orchestrator Status:
{% if stats.orchestrator_available %}
Available and Ready
All dependencies loaded successfully
{% else %}
Unavailable
Missing dependencies - check orchestrator_health_system.py
{% endif %}
{{ stats.total_runs }}
Total Runs
{{ stats.successful_runs }}
Successful
{{ stats.failed_runs }}
Failed
{{ "%.1f"|format(stats.success_rate) }}%
Success Rate
Pipeline Actions
Start Quick Pipeline
Run with default settings
Custom Pipeline
Configure advanced options
{% if active_runs %}
Active Pipelines
{{ active_runs|length }} Running
{% for pipeline in active_runs %}
{{ pipeline.name }}
{{ pipeline.pipeline_id }}
{{ pipeline.status }}
Current Stage:
{{ pipeline.stage }}
{{ pipeline.progress_percentage }}% Complete
{{ pipeline.started_by.first_name if pipeline.started_by else 'Unknown' }}
{% endfor %}
{% endif %}
Recent Pipeline Runs
Manage Templates
{% if recent_runs %}
Pipeline Name
Status
Started
Duration
Progress
Actions
{% for pipeline in recent_runs %}
{{ pipeline.name }}
{{ pipeline.pipeline_id }}
{% if pipeline.status == 'completed' %}
Completed
{% elif pipeline.status == 'failed' %}
Failed
{% elif pipeline.status == 'running' %}
Running
{% elif pipeline.status == 'cancelled' %}
Cancelled
{% else %}
{{ pipeline.status|title }}
{% endif %}
{{ pipeline.started_at.strftime('%Y-%m-%d %H:%M') if pipeline.started_at else 'N/A' }}
{% if pipeline.duration_seconds %}
{{ (pipeline.duration_seconds // 60) }}m {{ (pipeline.duration_seconds % 60) }}s
{% else %}
-
{% endif %}
{{ pipeline.progress_percentage }}%
{% if pipeline.status in ['running', 'queued'] %}
{% endif %}
{% endfor %}
{% else %}
No pipeline runs yet
Start your first pipeline to see results here
{% endif %}
Custom Pipeline Configuration
Pipeline Name
Template (Optional)
Custom Configuration
{% for template in templates %}
{{ template.name }}
{% endfor %}
Target Genera
Cattleya
Dendrobium
Phalaenopsis
Oncidium
Bulbophyllum
Masdevallia
Configuration Options
Detailed AI Analysis
Includes trait analysis and inheritance patterns
Upload to Google Drive
Store images and data in cloud storage
Generate PDF/CSV Reports
Create professional reports and data exports
Email Notifications (Optional)
Receive completion notifications and reports