From e0ad482c2f2a4070de485a44673edb9143f05aa8 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 9 Oct 2020 13:17:36 +0200 Subject: [PATCH] Add workflow intro --- pages/Workflows.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/Workflows.md b/pages/Workflows.md index 3d75f65..8c3738b 100644 --- a/pages/Workflows.md +++ b/pages/Workflows.md @@ -1,3 +1,13 @@ Title: Workflow management Author: Jutta --- + +The simulation and raw data processing chains consist of workflows that are +executed on heterogeneous clusters of computers. The harmonisation of workflow +interfaces is one of the bigger challenges due to the large variety of software +being used in individual processing steps. The benefits of a standardised +interface lie in clarity and simplified maintainance. The Common Workflow +Language (CWL) is currently being evaluated as an abstraction layer to describe +analysis workflows and tools. It provides scalability and portability accross +many different software and hardware environments. + -- GitLab