You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2011/11/28 23:22:48 UTC

svn commit: r1207657 - /incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext

Author: lahiru
Date: Mon Nov 28 22:22:47 2011
New Revision: 1207657

URL: http://svn.apache.org/viewvc?rev=1207657&view=rev
Log:
fixing 5 minutes tutorial.

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext?rev=1207657&r1=1207656&r2=1207657&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext Mon Nov 28 22:22:47 2011
@@ -84,7 +84,7 @@ Tutorial is divided in to 3 simple secti
   		</tr>
   	</table>
 		![2](/airavata/documentation/system/2.png)<br>
-        You will notice a new Component (*JCR Component*) added in **Components** view (located in left side of XBaya window).<br>
+        You will notice a new Component (*Application Services*) added in **Components** view (located in left side of XBaya window).<br>
 		![3](/airavata/documentation/system/3.png)
 
 2.	Make XBaya aware of simple-math-service
@@ -96,14 +96,14 @@ Tutorial is divided in to 3 simple secti
 		![5](/airavata/documentation/system/5.png)
 		
 	If the WSDL was succefully added you will see another Component in **Components** view. Expand the new Component until you see the available operations for SimpleMathServcie.<br>
-		![7](/airavata/documentation/system/7.png)
+		![7](/airavata/documentation/system/6.png)
 
 	
 3.	Create the workflow
 	
 	Now create a new workflow from XBaya -> New -> Workflow so you will get a new workflow sheet in to XBaya.
 	<br>	
-        ![16](/airavata/documentation/system/16.png)
+        ![16](/airavata/documentation/system/7.png)
 
 	In our workflow we will invoke the greet method in SimpleMathServcie.
 	
@@ -111,10 +111,10 @@ Tutorial is divided in to 3 simple secti
 		-	the `greet` Method<br>
 		-	`Components` -> `System Components` -> `Input`<br>
 		-	`Components` -> `System Components` -> `Output`<br>
-	![10](/airavata/documentation/system/10.png)<br>
+	![10](/airavata/documentation/system/8.png)<br>
 	
 	Connect the added components as shown in the figure<br>
-	![11](/airavata/documentation/system/11.png)
+	![11](/airavata/documentation/system/9.png)
 
 You have now successfully created a workflow to invoke the greet operation in the SimpleMathService.
 
@@ -124,13 +124,10 @@ You have now successfully created a work
 Now Its time to invoke the workflow. To invoke,
 From the main menu select:<br>
 		`Run` -> `Run workflow...`<br>
-		![12](/airavata/documentation/system/12.png)<br>
+		![12](/airavata/documentation/system/10.png)<br>
 		Specify the input Value (Notification topic and GFac URL will work with default values).<br> 
-		![13](/airavata/documentation/system/13.png)<br>		
 		Click OK. 
 
-Click *OK* for the following workflow Notification popup.<br>
-![14](/airavata/documentation/system/14.png) 
 
 Your workflow will now launch and the **Monitoring** view at the bottom of XBaya will show you the progress of the workflow execution.<br>
-![15](/airavata/documentation/system/15.png)
+![15](/airavata/documentation/system/12.png)