New Item
The New Item Dialog allows users to specify a file name when creating a new flow. Each flow corresponds to a .flow file and represents a business process designed within the Flow Designer.
UI Elements
-
FILE NAME
Text input where the user defines the name of the new flow file. The.flowextension is added automatically. -
Cancel
Closes the modal without creating a new file. -
OK
Confirms the file name and adds the flow to the project.
Validation Rules
- The file name must not be empty.
- Special characters are not allowed.
- The file name must be unique within the Flows section.
Usage Flow
- Right-click the Flows folder in the Solution Explorer.
- Select New Item.
- Enter the flow file name in the dialog.
- Click OK to create and open the new flow.
Use Cases
- Initiating a new approval workflow.
- Starting a new automation process.
- Separating workflows per department (e.g.,
LeaveRequest.flow,ExpenseApproval.flow).