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:

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.