Skip to content

Commit ca0638e

Browse files
committed
Update _data.json
Corrected steps following comments from Cathy
1 parent 51642f2 commit ca0638e

1 file changed

Lines changed: 15 additions & 21 deletions

File tree

doc/_data.json

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
}
5959
],
6060
"outcomesName": "Learning outcomes",
61-
"_outcomesComment": "Use IBM Integration Bus to create and invoke a message flow which transforms data using ESQL.",
61+
"_outcomesComment": "Use IBM Integration Bus to create and drive a message flow which transforms data using ESQL.",
6262
"outcomeList":
6363
[
6464
{
65-
"title": "Use IBM Integration Bus to create and invoke a message flow which transforms data using ESQL."
65+
"title": "Use IBM Integration Bus to create and drive a message flow which transforms data using ESQL."
6666
}
6767
],
6868
"summary":
@@ -101,12 +101,15 @@
101101
"overview":
102102
{
103103
"name": "Create",
104-
"heading": "Import projects",
104+
"heading": "Import project",
105105
"_createComment": "A description of what will happen when the user clicks Import.",
106106
"sections":
107107
[
108108
{
109-
"section": "The Transformation_ESQL application includes one project that is imported into your workspace."
109+
"section": "Click <span class='uicontrol'>Import</span> and the Transformation_ESQL application will be imported into your workspace."
110+
},
111+
{
112+
"section": "The <span class='uicontrol'>Transformation_ESQL</span> message flow will be opened for you."
110113
}
111114
]
112115
},
@@ -144,13 +147,13 @@
144147
"sections":
145148
[
146149
{
147-
"section": "The Transformation_ESQL application is shown in the Application Development view of your workspace."
150+
"section": "The <span class='uicontrol'>Transformation_ESQL</span> application is now shown in the Application Development view of your workspace."
148151
},
149152
{
150-
"section": ""
153+
"section": "No other preparation steps are required for this tutorial."
151154
},
152155
{
153-
"section": "The application will be deployed to your default integration server. The message flow is then started and ready to be invoked."
156+
"section": "Next you will use the Flow exerciser to send HTTP requests to the message flow."
154157
}
155158
]
156159
},
@@ -188,20 +191,22 @@
188191
"sections":
189192
[
190193
{
191-
"section": "The Transformation_ESQL application is shown in the Application Development view of your workspace.",
194+
"section": "The <span class='uicontrol'>Transformation_ESQL</span> message flow should be open already:"
195+
},
196+
192197
"steps":
193198
{
194199
"type": "ordered",
195200
"details":
196201
[
197202
{
198-
"details": "Open the Transformation_ESQL message flow, and click the Flow Exerciser icon <img src='http://ot4i.github.io/ot4i.tutorials//dist/images/icons/iib/startFlowExerciser.png' alt='' /> to start recording the message path through the flow."
203+
"details": "Click the Flow Exerciser icon <img src='http://ot4i.github.io/ot4i.tutorials//dist/images/icons/iib/startFlowExerciser.png' alt='' /> to start recording the message path through the flow."
199204
},
200205
{
201206
"details": "Click the Send Message icon <img src='http://ot4i.github.io/ot4i.tutorials/dist/images/icons/iib/sendMessage.png' alt='' /> to select a message to send to the flow."
202207
},
203208
{
204-
"details": "Choose Message1, edit the message data if you like, and click Send. Your request message is sent to the HTTP input node."
209+
"details": "Choose Message1, edit the message data if you like, and click Send. Your request message is sent to the HTTP Input node."
205210
}
206211
]
207212
}
@@ -230,17 +235,6 @@
230235
"link": "com.ibm.etools.mft.doc/rt26110_.htm"
231236
}
232237
]
233-
},
234-
"actions":
235-
{
236-
"title": "Run Actions",
237-
"details":
238-
[
239-
{
240-
"name": "Deploy",
241-
"method": "deployArtifacts()"
242-
}
243-
]
244238
},
245239
"exits":
246240
{

0 commit comments

Comments
 (0)