Skip to content

Commit c358d8d

Browse files
committed
Added ways to find the converting options
1 parent 023be9d commit c358d8d

2 files changed

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you want to see what happens while a microflow is executing, you can use the
112112

113113
## Converting a Microflow to a Nanoflow {#convert-to-nanoflow}
114114

115-
There are two options available:
115+
Right-click anywhere in the microflow editor, or right-click a microflow in the **App Explorer**, you will find the following two options in the context menu:
116116

117117
* **Duplicate as nanoflow**: This option creates a new nanoflow based on the original microflow.
118118
* **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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Nanoflows are executed in the context of the current user. Any operation for whi
140140

141141
## Converting a Nanoflow to a Microflow {#convert-to-microflow}
142142

143-
There are two options available:
143+
Right-click anywhere in the nanoflow editor, or right-click a nanoflow in the **App Explorer**, you will find the following two options in the context menu:
144144

145145
* **Duplicate as microflow**: This option creates a new microflow based on the original nanoflow.
146146
* **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:

0 commit comments

Comments
 (0)