You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2011/12/22 05:46:06 UTC

svn commit: r800748 - /websites/staging/airavata/trunk/content/airavata/documentation/system/interesting-workflow-samples.html

Author: buildbot
Date: Thu Dec 22 04:46:06 2011
New Revision: 800748

Log:
Staging update by buildbot

Modified:
    websites/staging/airavata/trunk/content/airavata/documentation/system/interesting-workflow-samples.html

Modified: websites/staging/airavata/trunk/content/airavata/documentation/system/interesting-workflow-samples.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/documentation/system/interesting-workflow-samples.html (original)
+++ websites/staging/airavata/trunk/content/airavata/documentation/system/interesting-workflow-samples.html Thu Dec 22 04:46:06 2011
@@ -122,9 +122,42 @@ AIRAVATA_HOME/bin/jackrabbit-server.sh -
 AIRAVATA_HOME/bin/airavata-server.sh - This will start SimpleAxis2Server on port 8080
 <br></br>
 AIRAVATA_HOME/bin/xbaya-gui.sh - This will start XBaya GUI application.
-<br></br>
-3.</p>
+<br></br></p>
+</li>
+<li>
+<p>Click the Xbaya tab and open up a Airavata workflow configuration (.xwf) from file system (sample workflows shipped in with Airavata can be found in AIRAVATA_HOME/samples/workflows)
+eg. Assume that you selected the SimpleMath workflow</p>
+</li>
+<li>
+<p>Now Click on the run button (red colored play).</p>
+</li>
+<li>
+<p>Then the workflow will get executed.</p>
+</li>
+<li>
+<p>Finally the result of the workflow will get displayed.</p>
 </li>
+<li>
+<p>Similarly, other workflows can be executed.</p>
+</li>
+</ol>
+<h2 id="tutorial_1">Tutorial</h2>
+<h1 id="basic_samples">Basic samples</h1>
+<ol>
+<li>SimpleMath workflow</li>
+<li>
+<p>This workflow will start with 4 input nodes. Then the results will be handed over to another 2 nodes which will then hand over the results to another node. The last node will output the result of the operation. All the nodes considered are doing addition operations.</p>
+</li>
+<li>
+<p>ComplexMath workflow</p>
+</li>
+<li>This workflow will start with 4 nodes which are doing addition operations. Then the outputs(results) will be handed over to another 2 nodes which are doing multiplication operation. The results of the multiplications are handed over to another node. The last node will do addition operation on the input data and output the resulting value.</li>
+</ol>
+<h1 id="advanced_samples">Advanced Samples</h1>
+<p>XBaya support Parametric Sweeps which can be used to tackle uncertainty of inputs to a workflow. It supports, Cartesian product and Dot product of inputs.</p>
+<ol>
+<li>Levenshtein Distance workflow</li>
+<li>This workflow will use Airavata's ForEach construct to calculate Levenshtein Distance of strings. This workflow will use cross product to calculate distance.</li>
 </ol>
   </div>