From 9ab4a7e87707b16ce9e3cf8cedb5872ff6c3949a Mon Sep 17 00:00:00 2001 From: Christian Dominguez Dalmases Date: Sun, 30 Aug 2026 18:28:39 +0200 Subject: [PATCH 1/2] Add Horus Runtime workflow system --- _data/workflow_systems.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/workflow_systems.yml b/_data/workflow_systems.yml index 01df7b41ee..d0716a386f 100644 --- a/_data/workflow_systems.yml +++ b/_data/workflow_systems.yml @@ -592,3 +592,8 @@ Storage: ["Shared", "Distributed"] metadata: ["Provenance"] extensions: ["Replicated Storage", "Cloud Integration", "Scalability"] + +- type: github + organization: temple-compute + repository: horus-runtime + metadata: .wci.yml From 996368ca949df0425429fd9d781f9c4c602ef43e Mon Sep 17 00:00:00 2001 From: Christian Dominguez Dalmases Date: Sun, 30 Aug 2026 18:46:49 +0200 Subject: [PATCH 2/2] Add terminology classification for Horus Runtime --- _data/workflow_systems.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/_data/workflow_systems.yml b/_data/workflow_systems.yml index d0716a386f..9c086776ca 100644 --- a/_data/workflow_systems.yml +++ b/_data/workflow_systems.yml @@ -597,3 +597,22 @@ organization: temple-compute repository: horus-runtime metadata: .wci.yml + terminology: + characteristics: + Flow: ["Task", "Data"] + Granularity: ["Functions", "Executables", "Sub-workflows"] + Coupling: ["Loose"] + Dynamicity: ["Branches", "Runtime Intervention"] + Domain: ["Agnostic"] + composition: + Description: ["Ad-hoc Schema", "API"] + Abstraction: ["Concrete"] + Modularity: ["Hierarchical"] + orchestration: + Planning: ["Static", "Dynamic"] + Execution: ["Runner"] + data_management: + Transport: ["File-based"] + Storage: ["Local", "Shared", "Distributed"] + metadata: ["Provenance", "Monitoring"] + extensions: ["Plugins", "HPC Execution", "Container/Cloud Support"]