Skip to content

Commit

Permalink
update quickstart (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed May 13, 2022
1 parent c01530a commit f369154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/md/introduction/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ A <i class="fas fa-stream fa-1x fa-fw"></i> [**Workflow**](../concepts/workflows

A <i class="fas fa-tasks fa-1x fa-fw"></i> [**Task**](../concepts/tasks.md) is an instance of a workflow, deployed to an agent. When a task is submitted from the browser, the `plantit` web app hands it to an internal queue feeding an orchestrator process. When the orchestrator picks up the task, it generates a job script and submits it to the selected cluster/supercomputer scheduler, then monitors its progress until completion.

![Task Overview](../../media/cycle.png)
![Task Overview](../../media/cycle.jpg)

The task lifecycle is a state machine progressing from `CREATED` to `RUNNING` to one of several mutually exclusive final states (`COMPLETED`, `FAILED`, `TIMEOUT`, or `CANCELLED`).

![Task Lifecycle](../../media/lifecycle.png)
![Task Lifecycle](../../media/lifecycle.jpg)

### Projects

Expand Down

0 comments on commit f369154

Please sign in to comment.