Skip to content

Commit 6077449

Browse files
author
Ilyes YAMOUN
committed
Automatic commit: Move 'spa-create-automation-api-trigger', 'spa-create-automation-application-capture' from QA to Production
1 parent f517c66 commit 6077449

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

tutorials/spa-create-automation-api-trigger/spa-create-automation-api-trigger.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ primary_tag: software-product>sap-process-automation
2323

2424
In this tutorial you will retrieve the specific **Sales Order** details through a chatbot ( **SAP Conversational AI** ) that interacts with your **SAP Process Automation** project.
2525

26-
[ACCORDION-BEGIN [Step 1: ](Release and Deploy the Project)]
26+
[ACCORDION-BEGIN [Step 1: ](Release and deploy the project)]
2727

2828
1. Open the project you created in [SAP Process Automation Application Capture](spa-create-automation-application-capture).
2929

@@ -65,7 +65,7 @@ The project is now deployed.
6565
[DONE]
6666
[ACCORDION-END]
6767

68-
[ACCORDION-BEGIN [Step 2: ](Create API Key)]
68+
[ACCORDION-BEGIN [Step 2: ](Create API key)]
6969

7070
1. Go to lobby landing page of **SAP Process Automation**.
7171

@@ -101,7 +101,7 @@ Your **API Key** is now created and ready to be used.
101101
[ACCORDION-END]
102102

103103

104-
[ACCORDION-BEGIN [Step 3: ](Create Service Binding)]
104+
[ACCORDION-BEGIN [Step 3: ](Create service binding)]
105105
1. Log in to your **SAP BTP Cockpit** and navigate to your Subaccount.
106106

107107
2. Create a new **Service Binding** by navigating to **Services** > **Instances and Subscriptions** > **Instances** > Click on your **SAP Process Automation Service** instance > Click **...** > **Create Service Binding**.
@@ -123,7 +123,7 @@ Your **API Key** is now created and ready to be used.
123123
[DONE]
124124
[ACCORDION-END]
125125

126-
[ACCORDION-BEGIN [Step 4: ](Get API Trigger URL)]
126+
[ACCORDION-BEGIN [Step 4: ](Get API trigger URL)]
127127

128128
1. Navigate to **SAP Process Automation > Monitor > Manage > Automations**.
129129
2. From the shown triggers:
@@ -141,7 +141,7 @@ Your **API Key** is now created and ready to be used.
141141
[DONE]
142142
[ACCORDION-END]
143143

144-
[ACCORDION-BEGIN [Step 5: ](Configure CAI bot API Call)]
144+
[ACCORDION-BEGIN [Step 5: ](Configure CAI bot API call)]
145145
A ready CAI bot is used here.
146146
This bot has a goal of emitting an API Call to **SAP Process Automation** using **API Trigger**, **API Key** and **Service Binding** we created previously.
147147

@@ -189,7 +189,7 @@ Using **CONSUME API SERVICE** feature in **Conversational AI** bot we can make A
189189
[VALIDATE_1]
190190
[ACCORDION-END]
191191

192-
[ACCORDION-BEGIN [Step 6: ](Get CAI Bot Tokens)]
192+
[ACCORDION-BEGIN [Step 6: ](Get CAI bot tokens)]
193193

194194
1. To get **Bot Developer Token**:
195195
- Go to **Settings > Tokens**.
@@ -210,7 +210,7 @@ We now have the proper tokens to create **Notifiers**.
210210
[DONE]
211211
[ACCORDION-END]
212212

213-
[ACCORDION-BEGIN [Step 7: ](Create Notifiers)]
213+
[ACCORDION-BEGIN [Step 7: ](Create notifiers)]
214214
1. Navigate to **SAP Process Automation > Monitor > Manage > Automations**.
215215

216216
!![Find Trigger](Step7-1.png)
@@ -301,7 +301,7 @@ The three notifiers are now created.
301301
[VALIDATE_2]
302302
[ACCORDION-END]
303303

304-
[ACCORDION-BEGIN [Step 8: ](Test Automation with CAI Bot)]
304+
[ACCORDION-BEGIN [Step 8: ](Test automation with CAI bot)]
305305
1. Open your SAP Conversational AI chatbot.
306306

307307
2. Click **Connect** tab.

tutorials/spa-create-automation-application-capture/spa-create-automation-application-capture.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ primary_tag: software-product>sap-process-automation
2121

2222
In this tutorial, a Sales Orders web application is captured and details will be retrieved for a specific sales order through an automation.
2323

24-
[ACCORDION-BEGIN [Step 1: ](Create an Application)]
24+
[ACCORDION-BEGIN [Step 1: ](Create an application)]
2525

2626
1. Open the following link in a new browser window: [Sales Order Application](https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/orderbrowser/webapp/test/mockServer.html).
2727

@@ -80,7 +80,7 @@ The application is now created with its two screens.
8080
[DONE]
8181
[ACCORDION-END]
8282

83-
[ACCORDION-BEGIN [Step 2: ](Declare Order List Screen Elements)]
83+
[ACCORDION-BEGIN [Step 2: ](Declare order list screen elements)]
8484

8585
1. In **Order Management** Application, click on **Orders List** Screen.
8686

@@ -129,7 +129,7 @@ The application is now created with its two screens.
129129
[ACCORDION-END]
130130

131131

132-
[ACCORDION-BEGIN [Step 3: ](Declare Order Details Screen Elements)]
132+
[ACCORDION-BEGIN [Step 3: ](Declare order details screen elements)]
133133

134134
1. In **Order Management** Application, click on **Order Details** Screen.
135135

@@ -169,7 +169,7 @@ The application is now created with its two screens.
169169
[VALIDATE_3]
170170
[ACCORDION-END]
171171

172-
[ACCORDION-BEGIN [Step 4: ](Create Sales Order Data Type)]
172+
[ACCORDION-BEGIN [Step 4: ](Create sales order datatype)]
173173

174174
1. Create a new **Data Type**.
175175

@@ -206,7 +206,7 @@ Now, declare its fields.
206206
[DONE]
207207
[ACCORDION-END]
208208

209-
[ACCORDION-BEGIN [Step 5: ](Create Automation & Set Input/Output)]
209+
[ACCORDION-BEGIN [Step 5: ](Create automation & set input/output)]
210210

211211
Create a new **Automation** artifact and name it **Get Order Details From Application**.
212212

@@ -233,7 +233,7 @@ Create a new **Automation** artifact and name it **Get Order Details From Applic
233233
[DONE]
234234
[ACCORDION-END]
235235

236-
[ACCORDION-BEGIN [Step 6: ](Building Automation)]
236+
[ACCORDION-BEGIN [Step 6: ](Building automation)]
237237

238238
1. Add **Order List** Screen to the automation.
239239

@@ -364,7 +364,7 @@ The final automation looks like the following:
364364
[DONE]
365365
[ACCORDION-END]
366366

367-
[ACCORDION-BEGIN [Step 7: ](Test Automation)]
367+
[ACCORDION-BEGIN [Step 7: ](Test automation)]
368368

369369
1. Click **Test**.
370370
2. Set **`orderNumber`** to an existing order in the website (ex. 7991) to test the automation with it.

0 commit comments

Comments
 (0)