From 3af2cd04d702840a199a7eceecf32046e8550f47 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 5 Dec 2024 11:40:10 -0500 Subject: [PATCH] Document implementation of show jobs. --- DESIGN.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/DESIGN.md b/DESIGN.md index 139072a..35638ad 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -48,10 +48,7 @@ Row is yet another workflow engine that automates the process of executing **act * **Waiting** on previous actions. * List directories and show completion status, submitted job ID, and user-defined keys from the value. - -Ideas: -* List scheduler jobs and show useful information. -* Cancel scheduler jobs specific to actions and/or directories. +* List submitted jobs. ## Overview