row 1.0.0

Row is a command line tool that helps you manage workflows on HPC resources.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Directory status

Each directory in the workspace that matches the action's
[include condition](../../workflow/action/group.md#include) has a *single* status for
that action:

| Status | Description |
|--------|-------------|
| **Completed** | Directories where all [products]../../workflow/action/index.md#products are present. |
| **Submitted** | Directories that been submitted to the scheduler and currently remain queued or are running. |
| **Eligible** | Directories where all [previous actions]../../workflow/action/index.md#previous_actions are **completed**. |
| **Waiting** | None of the above. |

Each directory may have only **one** status, evaluated in the order listed above.
For example, a directory will be **completed** if all of its products are present,
*even when a submitted job is still in queue*.