-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
103 lines (103 loc) · 3.69 KB
/
project.json
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "RPADev-S07P02-StateMachines",
"projectId": "281b1620-ddfc-4e23-937b-12562c426a18",
"description": "The Vending Machine\r\nCreate a workflow that simulates a vending machine. The functionality should be the following:\r\n\r\nThe user is asked to choose the initial credit ($5, $10, $20) and to choose if he/she wants to proceed or if they changed their mind and want to get the change;\r\nIf they want to continue: They are asked what drink they want: Coffee ($3) or Tea ($2).\r\nNext, the vending machine should check if the user has enough credit for selected drink. If Yes, display a success message and sub",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.23.3-preview]",
"UiPath.System.Activities": "[24.3.1]",
"UiPath.UIAutomation.Activities": "[24.4.2-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "24.2.1.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": "4374d823-4e0d-437b-ada4-44a7682ec759",
"testCaseType": "TestCase",
"executionTemplateInvokeIsolated": false,
"fileName": "Test\\Dialog\\Test_Dialog_OrderItems.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "c0a41c6f-7536-44a5-93d6-2e16b660ee05",
"testCaseType": "TestCase",
"executionTemplateInvokeIsolated": false,
"fileName": "Test\\Dialog\\Test_Dialog_DispenseItems.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "c5b58039-ff8a-4aee-b84f-5b9f57ec4727",
"testCaseType": "TestCase",
"executionTemplateInvokeIsolated": false,
"fileName": "Test\\Dialog\\Test_Dialog_CreditAccount.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "ec0eeb71-bcaa-443f-9efe-de919eecf824",
"testCaseType": "TestCase",
"executionTemplateInvokeIsolated": false,
"fileName": "Test\\Methods\\Test_Validate_CreditAmount.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "cc360849-4033-421c-bb44-4dff2406c388",
"testCaseType": "TestCase",
"executionTemplateInvokeIsolated": false,
"fileName": "Test\\Methods\\Test_Read_WorkbookToTable.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "862035cc-f592-4cd6-9c04-90390771815c",
"testCaseType": "TestCase",
"executionTemplateInvokeIsolated": false,
"fileName": "Test\\Methods\\Test_Create_VendingItems.xaml"
}
],
"saveToCloud": false
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "02fc7eac-247f-4ef2-b86f-85dca3dd0cb7",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}