Flow Designer Workflows
After you configure version control settings for a user, you can see the status of files under version control in the tree pane and file pane. You can select items and then run version control commands from the right-click menu or the version control toolbar.
Selecting Items
In the tree pane and file pane, you can select files and folders in the following ways:
- Selecting Flow Service files: In the tree pane, you can select projects, function collections, external variable sets, and stream definition sets.
- Selecting other work files: In the file pane, you can select non-Flow-Service files.
- Selecting multiple work files: In the file pane, you can hold Ctrl and click to select multiple items.
- Selecting folders: When you select a folder in the tree pane or file pane, this selects the files and subfolders.
For example, you can select a folder to add the folder and its files and subfolders to version control. Note that you also need to add the folder's parent folders, if they're not already under version control.
To select the home folder, click the server
icon in the tree pane to select the home folder and the files and folders it contains.
Getting Status Information
When a user's home folder is being managed under version control, the tree pane and file pane display the following file status icons:
| Unversioned: The file isn't currently version controlled. | |
| Added: The file has been locally added. A commit adds the file to version control. | |
| Deleted: The file has been locally deleted. A commit deletes the file locally and deletes it from the repository. | |
| Read-only: This file requires a lock to edit. | |
| Locked: This file requires a lock to edit and you locked the file for editing. | |
| Modified: The file has local changes compared to the latest, HEAD revision. | |
| Editable: You don't need to lock this file to edit it. | |
| Conflicted: You need to resolve conflicting changes in this file. Conflicts can occur if a file doesn't require a lock. | |
| Ignored: The ignore list for your Flow Service user includes this file type. |