Skip to content

Commit 1a07df3

Browse files
committed
Test fix
1 parent cb5011a commit 1a07df3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In Studio Pro 10.19 and below, you can use the **Convert to nanoflow** functiona
117117
* Right-click anywhere in the microflow editor and click **Convert to nanoflow**.
118118
* Alternatively, in the **App Explorer**, right-click on the name of the microflow you want to convert, and click **Convert to nanoflow**.
119119

120-
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/convert-to-nanoflow.PNG" alt="Convert to nanoflow" width="550px" class="no-border" >}}
120+
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/convert-to-nanoflow.png" alt="Convert to nanoflow" width="550px" class="no-border" >}}
121121

122122
Afterwards, a new nanoflow is created and added to the same directory, and you can get consistency errors if there are actions that are not supported by nanoflows.
123123

@@ -126,7 +126,7 @@ Starting from Studio Pro 10.20, there are two options available:
126126
* **Duplicate as nanoflow**: This option creates a new nanoflow based on the original microflow. This works the same as the **Convert to nanoflow** functionality in Studio Pro 10.19 and below.
127127
* **Convert to nanoflow**: This option removes the original microflow and replaces it with a new nanoflow. All possible usages throughout your app are updated and any non-replaceable usages remain as they are. When some usages cannot be replaced because they are not allowing nanoflows, a warning dialog appears. See below as an example:
128128

129-
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/warning-dialog.PNG" alt="Conversion warning dialog" width="550px" >}}
129+
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/warning-dialog.png" alt="Conversion warning dialog" width="550px" >}}
130130

131131
In the warning dialog, you have the following options:
132132

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ In Studio Pro 10.19 and below, you can use the **Convert to microflow** function
139139
* Right-click anywhere in the nanoflow editor and click **Convert to microflow**.
140140
* Alternatively, in the **App Explorer**, right-click on the name of the nanoflow you want to convert, and click **Convert to microflow**.
141141

142-
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/convert-to-microflow.PNG" alt="Convert to microflow" width="550px" class="no-border" >}}
142+
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/convert-to-microflow.png" alt="Convert to microflow" width="550px" class="no-border" >}}
143143

144144
Afterwards, a new microflow is created and added to the same directory, and you can get consistency errors if there are elements that are not supported by microflows.
145145

@@ -148,7 +148,7 @@ Starting from Studio Pro 10.20, there are two options available:
148148
* **Duplicate as microflow**: This option creates a new microflow based on the original nanoflow. This works the same as the **Convert to microflow** functionality in Studio Pro 10.19 and below.
149149
* **Convert to microflow**: This option removes the original nanoflow and replaces it with a new microflow. All possible usages throughout your app are updated and any non-replaceable usages remain as they are. When some usages cannot be replaced because they are not allowing microflows, a warning dialog appears. See below as an example:
150150

151-
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/warning-dialog.PNG" alt="Conversion warning dialog" width="550px" >}}
151+
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/warning-dialog.png" alt="Conversion warning dialog" width="550px" >}}
152152

153153
In the warning dialog, you have the following options:
154154

0 commit comments

Comments
 (0)