fix: rename overview.md files to avoid conflicts and add collection name

This commit is contained in:
Timur Gordon
2025-11-14 11:01:43 +01:00
parent f67296cd25
commit 2c24b120de
20 changed files with 85 additions and 91 deletions

View File

@@ -425,7 +425,7 @@ impl AppService {
context_id,
flow_id,
message: "job.run".to_string(),
message_type: job.executor.clone(),
message_type: job.runner.clone(),
message_format_type: MessageFormatType::Text,
timeout: job.timeout as u32,
timeout_ack: 10,
@@ -503,7 +503,7 @@ impl AppService {
context_id,
flow_id, // Add flow_id for DAG tracking
message: "job.run".to_string(),
message_type: job.executor.clone(),
message_type: job.runner.clone(),
message_format_type: MessageFormatType::Text,
timeout: job.timeout as u32,
timeout_ack: 10,