You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by go...@apache.org on 2017/06/22 19:29:11 UTC

airavata-sandbox git commit: Update README for helix-playground

Repository: airavata-sandbox
Updated Branches:
  refs/heads/master ad8cde1f4 -> 9f244e583


Update README for helix-playground


Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/commit/9f244e58
Tree: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/tree/9f244e58
Diff: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/diff/9f244e58

Branch: refs/heads/master
Commit: 9f244e5830a7e4b636e96bf56e8708c276fb0930
Parents: ad8cde1
Author: Gourav Shenoy <sh...@gmail.com>
Authored: Thu Jun 22 15:29:08 2017 -0400
Committer: Gourav Shenoy <sh...@gmail.com>
Committed: Thu Jun 22 15:29:08 2017 -0400

----------------------------------------------------------------------
 helix-playground/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/9f244e58/helix-playground/README.md
----------------------------------------------------------------------
diff --git a/helix-playground/README.md b/helix-playground/README.md
index 3be47ce..7fad1c1 100644
--- a/helix-playground/README.md
+++ b/helix-playground/README.md
@@ -14,7 +14,7 @@ Apart from these, Helix also provides out-of-the-box APIs to perform Distributed
 * Workflow – A combination of jobs arranged in a DAG. In a ONE-TIME workflow, once all jobs are completed, the workflow ends. In a RECURRING workflow, you can schedule workflows to run periodically.
 * Job Queues – Another type of workflow, but never ends – keeps accepting new incoming jobs. Ends only when user terminates it.
 
-[helix-tas-framework](images/helix-task-framework.png)
+![helix-task-framework](images/helix-task-framework.png "Helix Task Framework Workflow")
 
 * Helix also allows users to share data (key-value pairs) across Tasks/Jobs/Workflows. The content stored at workflow layer can shared by different jobs belong to this workflow. Similarly content persisted at job layer can shared by different tasks nested in this job.
 * Helix provides APIs to POLL either a JOB or WORKFLOW to reach a particular state.