Skip to content

UIPath exercises (PS: Each day's UIPath exercise will be documented in its corresponding README.md file.)

Notifications You must be signed in to change notification settings

furkanalk/UIPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UiPath Automation Project

This repository contains the UiPath workflows, assets and configurations for the daily automation exercises of my project. You can run, test using UiPath Studio.

Table of Contents

Project Overview

This project includes a collection of UiPath workflows demonstrating exercises of each day.

Prerequisites

  • UiPath Studio (Community or Enterprise)
  • .NET Framework (version required by your UiPath Studio)

Getting Started

  1. Clone the repository

    git clone <repo-url>
    cd <repo-name>
  2. Open in UiPath Studio

    • Launch UiPath Studio and select Open Project
    • Navigate to this folder and open project.json
  3. Restore Packages UiPath will automatically restore the NuGet packages when you open the project.

  4. Run a Workflow

    • In the Project panel, expand the Workflows folder
    • Double-click any .xaml file / most commonly its main.xaml
    • Press Run to execute

Folder Structure

├── .gitignore
├── project.json
├── workflows/
│   ├── workflow-1.xaml
│   ├── workflow-2.xaml
│   └── workflow-3.xaml
├── assets/             # input data, sample files
├── tests/              # test workflows & screenshots
└── README.md

Branching Strategy

We use the following Git branching model:

  • dev: On-development
  • daily/YYYY-MM-DD: Daily work branches (e.g., daily/2025-07-29)
  • hotfix: Urgent fixes

Daily workflow:

  1. Checkout dev and apply latest changes
  2. Create and work on daily/$(date +%F) branch
  3. Merge your changes daily
  4. Commit daily/YYYY-MM-DD

About

UIPath exercises (PS: Each day's UIPath exercise will be documented in its corresponding README.md file.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published