From 120b017b1a946ad33b8b1452b5cd4f14cf629356 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:26:09 +0000 Subject: [PATCH] serial --- src/main/resources/templates/pipeline.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/pipeline.html b/src/main/resources/templates/pipeline.html index bb68cc3b..2f9812f5 100644 --- a/src/main/resources/templates/pipeline.html +++ b/src/main/resources/templates/pipeline.html @@ -67,6 +67,7 @@
  • Cannot have more than one of the same operation
  • Cannot input additional files via UI
  • Does not work with multi-input functions yet (like merges)
  • +
  • All files and operations run in serial mode
  • How it Works Notes