Skip to content

Commit f037a1b

Browse files
author
Donna-Marie Smith
committed
Modified following PO Review
1 parent 049f041 commit f037a1b

File tree

5 files changed

+55
-55
lines changed

5 files changed

+55
-55
lines changed

content/en/docs/2025.5/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/left-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See the [View Blocks in the Palette][View Blocks in the Palette tutorial] tutori
3535

3636
### Search for a Block
3737

38-
To search for a block by name, start typing into the search box. All the blocks that start with the same search characters will be displayed; the more characters entered, the more refined the search will be, displaying fewer block options. The search is a fuzzy search, which means that even misspelt block names should identify the intended matching blocks.
38+
To search for a block by name, start typing into the search box. All the blocks that contain the search characters will be displayed; the more characters entered, the more refined the search will be, displaying fewer block options. The search is a fuzzy search, which means that even misspelt block names should identify the intended matching blocks.
3939

4040
See the [Searching the Palette for a Block][Searching the Palette for a Block tutorial] tutorial for a step-by-step guide.
4141

content/en/docs/2025.5/Guides/user-guides/user-interfaces/gateway/dev/flows-explorer.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: "Flows Explorer"
33
linkTitle: "Flows Explorer"
4-
description: "View, navigate and extend the flow hierarchy in {{% ctx %}} Gateway."
4+
description: "Browse, search and create flows and groups in {{% ctx %}} Gateway."
55
weight: 1
66
---
77

88
# {{% param title %}}
99

1010
## Summary
1111

12-
The Flows Explorer allows developers to view and navigate the hierarchical structure of [flows][What is a Flow?] and extend the hierarchy by creating new groups and flows.
12+
The Flows Explorer allows developers to browse and search the hierarchical structure of [flows][What is a Flow?] and extend the hierarchy by creating new groups and flows.
1313

1414
## Anatomy
1515

@@ -27,91 +27,91 @@ Groups that have `Edit` permissions set for users will display a {{< image src="
2727

2828
To create a new group:
2929

30-
* [Navigate][Browse] to the group in the hierarchy where the new group is to be created.
30+
* [Browse][] to the group in the hierarchy where the new group is to be created.
3131
* Click the {{< image src="/images/Flows Explorer - Create New.png" >}} icon on the group’s title bar and select `Group` from the dropdown menu.
3232
* On the *Create a new Group* dialog:
3333

34-
* Enter a `Name` for the new group. The name can be any literal text and can include space characters. The name does not have to be unique in the system but must be unique at the level it is being created at.
35-
* The `Description` is optional but can be any literal text and can include space characters.
36-
* The `Permission Groups`, by default, are inherited from the parent group. The inherited `View`/`Edit` permissions may be altered by clicking on the {{< image src="/images/Flows Explorer - Expand Permissions.png" >}} icon, to the right of the label, to reveal the inherited permissions. Tick, or untick, the appropriate `View`/`Edit` permissions for the Security Groups listed.
34+
* Enter a `Name` for the new group. A valid name cannot start or end with a full stop, or contain any of the following characters \ / ? * : | " < > &. The name does not have to be unique in the platform but must be unique at the level it is being created at.
35+
* The `Description` is optional but can be any literal text.
36+
* The `Permission Groups`, by default, are inherited from the parent group. The inherited `View`/`Edit` permissions may be altered by clicking on the {{< image src="/images/Flows Explorer - Expand Permissions.png" >}} icon, to the right of the label, to reveal the inherited permissions. Tick, or untick, the appropriate `View`/`Edit` permissions for the LDAP Groups listed.
3737

3838
* Click OK to create the new group.
3939

4040
See the [Create a Group][Create a Group tutorial] tutorial for a step-by-step guide.
4141

42-
### Create a Process Flow
42+
### Create a Process
4343

44-
To create a new Process flow:
44+
To create a new Process:
4545

46-
* [Navigate][Browse] to the group in the hierarchy where the new Process flow is to be created.
46+
* [Browse][] to the group in the hierarchy where the new Process is to be created.
4747
* Click the {{< image src="/images/Flows Explorer - Create New.png" >}} icon on the group’s title bar and select `Process` from the dropdown menu.
4848
* On the *Create a new Process* dialog:
4949

50-
* Enter a `Name` for the new Process flow. The name can be any literal text and can include the hyphen character, but it cannot include the space or underscore character. The name must be unique in the system.
51-
* The `Description` is optional but can be any literal text and can include the space characters.
52-
* Select the appropriate `Template` for the Process flow:
50+
* Enter a `Name` for the new Process. A valid name can only contain alphabetic, numeric and hyphen characters, whitespace is not allowed. The name must be unique in the platform.
51+
* The `Description` is optional but can be any literal text.
52+
* Select the appropriate `Template` for the Process:
5353

54-
* `Blank` - This template will create an empty process flow, which can then be developed as required.
54+
* `Blank` - This template will create an empty Process, which can then be developed as required.
5555

56-
See the [Create a Process Flow from a blank template][Create Process Flow Blank tutorial] tutorial for a step-by-step guide.
57-
* `BPMN XML` -This template will provide a text box, into which the XML definition of a Process in BPMN may be inserted. The Process flow can then be extended manually if required.
56+
See the [Create a Process from a blank template][Create Process Blank tutorial] tutorial for a step-by-step guide.
57+
* `BPMN XML` -This template will provide a text box, into which the XML definition of a Process in BPMN may be inserted. The Process can then be extended manually if required.
5858

59-
See the [Create a Process Flow using a BPMN XML template][Create Process Flow BPMN tutorial] tutorial for a step-by-step guide.
60-
* `Natural Language` - This template will provide a text box, into which the developer can describe the Process to be automated in a natural language. Using the power of AI, a Process flow will be automatically created, which can then be extended manually if required.
59+
See the [Create a Process using a BPMN XML template][Create Process BPMN tutorial] tutorial for a step-by-step guide.
60+
* `Natural Language` - This template will provide a text box, into which the developer can describe the Process to be automated in a natural language. Using the power of AI, a Process will be automatically created, which can then be extended manually if required.
6161

62-
See the [Create a Process Flow using a Natural Language Template][Create Process Flow Natural tutorial] tutorial for a step-by-step guide.
62+
See the [Create a Process using a Natural Language Template][Create Process Natural tutorial] tutorial for a step-by-step guide.
6363

64-
* The `Permission Groups`, by default, are inherited from the parent group. The inherited `View`/`Edit` permissions may be altered by clicking on the {{< image src="/images/Flows Explorer - Expand Permissions.png" >}} icon, to the right of the label, to reveal the inherited permissions. Tick, or untick, the appropriate `View`/`Edit` permissions for the Security Groups listed.
64+
* The `Permission Groups`, by default, are inherited from the parent group. The inherited `View`/`Edit` permissions may be altered by clicking on the {{< image src="/images/Flows Explorer - Expand Permissions.png" >}} icon, to the right of the label, to reveal the inherited permissions. Tick, or untick, the appropriate `View`/`Edit` permissions for the LDAP Groups listed.
6565

66-
* Click OK to create the new Process flow.
66+
* Click OK to create the new Process.
6767

68-
### Create an Activity Flow
68+
### Create an Activity
6969

70-
To create a new Activity flow:
70+
To create a new Activity:
7171

72-
* [Navigate][Browse] to the group in the hierarchy where the new Activity flow is to be created.
72+
* [Browse][] to the group in the hierarchy where the new Activity is to be created.
7373
* Click the {{< image src="/images/Flows Explorer - Create New.png" >}} icon on the group’s title bar and select `Activity` from the dropdown menu.
7474
* On the *Create a new Activity* dialog:
7575

76-
* Enter a `Name` for the new Activity flow. The name can be any literal text and can include the hyphen character, but it cannot include the space or underscore character. The name must be unique in the system.
77-
* The `Description` is optional but can be any literal text and can include the space characters.
78-
* The `Permission Groups`, by default, are inherited from the parent group. The inherited `View`/`Edit` permissions may be altered by clicking on the {{< image src="/images/Flows Explorer - Expand Permissions.png" >}} icon, to the right of the label, to reveal the inherited permissions. Tick, or untick, the appropriate `View`/`Edit` permissions for the Security Groups listed.
76+
* Enter a `Name` for the new Activity. A valid name can only contain alphabetic, numeric and hyphen characters, whitespace is not allowed. The name must be unique in the platform.
77+
* The `Description` is optional but can be any literal text.
78+
* The `Permission Groups`, by default, are inherited from the parent group. The inherited `View`/`Edit` permissions may be altered by clicking on the {{< image src="/images/Flows Explorer - Expand Permissions.png" >}} icon, to the right of the label, to reveal the inherited permissions. Tick, or untick, the appropriate `View`/`Edit` permissions for the LDAP Groups listed.
7979

80-
* Click OK to create the new Activity flow.
80+
* Click OK to create the new Activity.
8181

82-
See the [Create an Activity Flow][Create an Activity Flow tutorial] tutorial for a step-by-step guide.
82+
See the [Create an Activity][Create an Activity tutorial] tutorial for a step-by-step guide.
8383

8484
### Browse
8585

8686
To browse the hierarchy of flows and groups:
8787

8888
* Click on the `Dev` charm on the left of Gateway to open the Flows Explorer and display the top-level groups.
8989
* Click on a Group, indicated by the {{< image src="/images/Flows Explorer - Group Icon.png" >}} icon before its name, to navigate into that group and display its contents; the parent groups will be displayed as leaves to the right of the Flows Explorer.
90-
* Click on a Process or Activity flow by clicking on the name to open the flow in the [Main Panel][] of the [Flow Editor][].
90+
* Click on a Process or Activity name to open the flow in the [Main Panel][] of the [Flow Editor][].
9191

9292
To navigate back up the hierarchy, click on a group leaf to the right of the Flows Explorer to navigate directly to that group.
9393

9494
See the [Browsing the Flows Explorer][Browsing the Flows Explorer tutorial] tutorial for a step-by-step guide.
9595

9696
### Search
9797

98-
To search for flow contained in the current group, or group in the hierarchy below the current group, click in the Flows Explorer search field and enter part of the flow name to be searched for. The Flows Explorer will display all flows that match or partially match with the string entered.
98+
To search the hierarchy, start typing into the search box. All the flow names that contain the search characters will be displayed; the more characters entered, the more refined the search will be, displaying fewer flows. The search is a fuzzy search, which means that even misspelt flow names should identify the intended matching flows. The scope of the search is restricted to the current group and all it's descendant groups.
9999

100100
See the [Searching the Flows Explorer][Searching the Flows Explorer tutorial] tutorial for a step-by-step guide.
101101

102102
### Rename a Flow
103103

104-
Both Process and Activity flows may be renamed; it is not possible rename groups.
104+
Both Processes and Activities may be renamed; it is not possible to rename groups.
105105

106-
To rename a flow:
106+
To rename a Process or Activity:
107107

108-
* Right-click on the flow name and select `Rename` from the context menu.
108+
* Right-click on the name and select `Rename` from the context menu.
109109

110-
{{% alert title="Note" %}}You must have `Edit` permissions on the flow to access the `Rename` menu option.{{% /alert %}}
110+
{{% alert title="Note" %}}You must have `Edit` permissions on the Process or Activity to access the `Rename` menu option.{{% /alert %}}
111111

112112
* On the *Rename Flow* dialog:
113113

114-
* Enter a new name for the flow. The name can be any literal text and can include the hyphen character, but it cannot include the space nor underscore character. The flow name must be unique in the system.
114+
* Enter a new `Name` for the flow. A valid name can only contain alphabetic, numeric and hyphen characters, whitespace is not allowed. The name must be unique in the platform.
115115
* Click `OK` to change the name of the flow.
116116

117117
See the [Rename a Flow][Rename a Flow tutorial] tutorial for a step-by-step guide.
@@ -123,7 +123,7 @@ See the [Rename a Flow][Rename a Flow tutorial] tutorial for a step-by-step guid
123123
* Groups cannot be renamed
124124
* When performing a search in Flows Explorer, only the matching flows are displayed without any indication of the flow’s location.
125125
* A search in the Flows Explorer only searches the current group or child groups for matching flows. To search the entire hierarchy, the search must be undertaken at the top-level of the Flows Explorer.
126-
* The data entered into the Description field when creating a new group or flow is not surfaced anywhere in the system.
126+
* The data entered into the Description field when creating a new group or flow is not surfaced anywhere in the platform.
127127
* When creating a new item, only the existing permissions may be changed. It is not possible to add additional permissions.
128128

129129
## See Also
@@ -135,20 +135,20 @@ See the [Rename a Flow][Rename a Flow tutorial] tutorial for a step-by-step guid
135135
### Related Tutorials
136136

137137
* [Create a Group][Create a Group tutorial]
138-
* [Create a Process Flow from a blank template][Create Process Flow Blank tutorial]
139-
* [Create a Process Flow using a Natural Language Template][Create Process Flow Natural tutorial]
140-
* [Create a Process Flow using a BPMN XML template][Create Process Flow BPMN tutorial]
141-
* [Create an Activity Flow][Create an Activity Flow tutorial]
138+
* [Create a Process from a blank template][Create Process Blank tutorial]
139+
* [Create a Process using a BPMN XML template][Create Process BPMN tutorial]
140+
* [Create a Process using a Natural Language Template][Create Process Natural tutorial]
141+
* [Create an Activity][Create an Activity tutorial]
142142
* [Browsing the Flows Explorer][Browsing the Flows Explorer tutorial]
143143
* [Searching the Flows Explorer][Searching the Flows Explorer tutorial]
144144
* [Rename a Flow][Rename a Flow tutorial]
145145

146146
[Browsing the Flows Explorer tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.Browse" >}}
147147
[Create a Group tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateGroup" >}}
148-
[Create Process Flow Blank tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateProcessBlank" >}}
149-
[Create Process Flow Natural tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateProcessNatural" >}}
150-
[Create Process Flow BPMN tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateProcessBpmnXml" >}}
151-
[Create an Activity Flow tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateActivity" >}}
148+
[Create Process Blank tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateProcessBlank" >}}
149+
[Create Process Natural tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateProcessNatural" >}}
150+
[Create Process BPMN tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateProcessBpmnXml" >}}
151+
[Create an Activity tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.CreateActivity" >}}
152152
[Rename a Flow tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.Rename" >}}
153153
[Searching the Flows Explorer tutorial]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.Search" >}}
154154

content/en/docs/2025.5/Tutorials/Development/flows-explorer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ weight: 1
1111

1212
{{< scribe title="Creating_a_New_Group_using_the_Flows_Explorer" id="oC6Ed7d4S1aJv4YBfglNYg" >}}
1313

14-
## Create a Process Flow from a Blank Template
14+
## Create a Process from a Blank Template
1515

1616
{{< scribe title="Creating_a_New_Process_Flow_in_CORTEX_from_a_Blank_Template" id="yWCd3KM0TC-b1cTzrq4_jQ" >}}
1717

18-
## Create a Process Flow using a Natural Language Template
18+
## Create a Process using a BPMN XML Template
1919

20-
{{< scribe title="Creating_a_Process_Flow_in_CORTEX_Using_a_Natural_Language_Template" id="loEGVCceR_C37XWgpTGO6A" >}}
20+
{{< scribe title="Creating_a_Process_Flow_in_CORTEX_Using_a_BPMN_XML_Template" id="w5-0oG9yRPOB0kxjxtE4aA" >}}
2121

22-
## Create a Process Flow using a BPMN XML Template
22+
## Create a Process using a Natural Language Template
2323

24-
{{< scribe title="Creating_a_Process_Flow_in_CORTEX_Using_a_BPMN_XML_Template" id="w5-0oG9yRPOB0kxjxtE4aA" >}}
24+
{{< scribe title="Creating_a_Process_Flow_in_CORTEX_Using_a_Natural_Language_Template" id="loEGVCceR_C37XWgpTGO6A" >}}
2525

26-
## Create an Activity Flow
26+
## Create an Activity
2727

2828
{{< scribe title="Creating_an_Activity_Flow_In_CORTEX" id="YQsDeCHRT5-110qfF9etQA" >}}
2929

721 Bytes
Loading

data/urls.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2980,11 +2980,11 @@
29802980
[Cortex.Tutorials.Development.FlowsExplorer]
29812981
MainDoc = "/docs/tutorials/development/flows-explorer"
29822982
Browse = "/docs/tutorials/development/flows-explorer/#browsing-the-flows-explorer"
2983-
CreateActivity = "/docs/tutorials/development/flows-explorer/#create-an-activity-flow"
2983+
CreateActivity = "/docs/tutorials/development/flows-explorer/#create-an-activity"
29842984
CreateGroup = "/docs/tutorials/development/flows-explorer/#create-a-group"
2985-
CreateProcessBlank = "/docs/tutorials/development/flows-explorer/#create-a-process-flow-from-a-blank-template"
2986-
CreateProcessBpmnXml = "/docs/tutorials/development/flows-explorer/#create-a-process-flow-using-a-bpmn-xml-template"
2987-
CreateProcessNatural ="/docs/tutorials/development/flows-explorer/#create-a-process-flow-using-a-natural-language-template"
2985+
CreateProcessBlank = "/docs/tutorials/development/flows-explorer/#create-a-process-from-a-blank-template"
2986+
CreateProcessBpmnXml = "/docs/tutorials/development/flows-explorer/#create-a-process-using-a-bpmn-xml-template"
2987+
CreateProcessNatural ="/docs/tutorials/development/flows-explorer/#create-a-process-using-a-natural-language-template"
29882988
Rename = "/docs/tutorials/development/flows-explorer/#rename-a-flow"
29892989
Search = "/docs/tutorials/development/flows-explorer/#searching-the-flows-explorer"
29902990
[Cortex.Tutorials.Operations]

0 commit comments

Comments
 (0)