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

svn commit: r1222053 - /incubator/airavata/site/trunk/content/airavata/documentation/system/interesting-workflow-samples.mdtext

Author: heshan
Date: Thu Dec 22 06:04:43 2011
New Revision: 1222053

URL: http://svn.apache.org/viewvc?rev=1222053&view=rev
Log:
Update site AIRAVATA-247

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/system/interesting-workflow-samples.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/system/interesting-workflow-samples.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/system/interesting-workflow-samples.mdtext?rev=1222053&r1=1222052&r2=1222053&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/system/interesting-workflow-samples.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/system/interesting-workflow-samples.mdtext Thu Dec 22 06:04:43 2011
@@ -74,14 +74,14 @@ eg. Assume that you selected the SimpleM
 ###Basic samples
 1. SimpleMath workflow
 
-	*	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.
+	*	This workflow will hand over the inputs to 4  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.
 </br></br>
 ![1](/airavata/documentation/system/interesting-workflow-samples/1.jpg)
 </br></br>
 
 2. ComplexMath workflow
 
-	*	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.
+	*	This workflow will hand over the inputs to 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.
 </br></br>
 ![2](/airavata/documentation/system/interesting-workflow-samples/2.jpg)
 </br></br>