-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
69 lines (69 loc) · 2.12 KB
/
project.json
File metadata and controls
69 lines (69 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "UiPt_FlightTracking_POC",
"projectId": "1c04a3f5-90ec-4546-bbbe-5f55061d2991",
"description": "This project automates the process of searching for flights based on user input (source, destination, travel date) and retrieves relevant flight details. The extracted data is stored in an Excel file and sent to the user via email. The automation also includes logging and exception handling to ensure a seamless execution.",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.25.1-preview]",
"UiPath.Mail.Activities": "[2.0.11]",
"UiPath.System.Activities": "[25.2.1]",
"UiPath.UIAutomation.Activities": "[25.2.1-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "25.0.161.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"workflowSerialization": "DataContract",
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": true,
"pipType": "ChildSession"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "36680cd9-1263-4027-9f9b-14bd07755532",
"testCaseType": "TestCase",
"executionTemplateInvokeIsolated": false,
"fileName": "autoamtionsourceand desrtination.xaml"
}
],
"saveToCloud": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "23efc69f-b5c4-419d-a965-ccbff465cd0a",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}