-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
71 lines (71 loc) · 2.11 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
{
"name": "TolkFakturaKundesjekk",
"projectId": "8c51acad-1164-4ac3-9934-0c57409d7a7b",
"description": "Her kontrollerer vi at forespørselen inneholder de opplysningene vi trenger for å fakturere. Om ikke sender vi en e-post til formidler. Etterpå laster vi opp alle de arbeidsordrene som nå er klar for fakturering.",
"main": "Process.xaml",
"dependencies": {
"NAV_RPAGenerellLibrary": "[1.5.0]",
"UiPath.Excel.Activities": "[2.9.3]",
"UiPath.Java.Activities": "[1.0.6863.33114]",
"UiPath.Mail.Activities": "[1.23.11]",
"UiPath.Salesforce.Activities": "[1.5.2]",
"UiPath.System.Activities": "[21.10.5]",
"UiPath.UIAutomation.Activities": "[21.10.6]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "20.10.2.0",
"projectVersion": "1.0.70",
"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": false,
"pipType": "ChildSession"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [],
"modernBehavior": false,
"saveToCloud": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "5af712e7-d85d-40e4-b69e-4dd519d4dda0",
"input": [],
"output": []
},
{
"filePath": "Process.xaml",
"uniqueId": "34240948-2833-4bbf-8a69-1d27dcc79184",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}