-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
59 lines (59 loc) · 1.94 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
{
"name": "RPADev-S03P06-ReplacingPlaceholders",
"projectId": "18bcbf79-87fc-426e-9537-a4cae7239ec6",
"description": "Get input information and use it to fill in the placeholders in a string\r\nYou have the following template: \"Hello Mr <first_name> <last_name>, we would like to invite you to our opening event next week on <day_of_week>. Please confirm by the end of current week.\r\n\r\nCreate a workflow to get input from the user and replace the provided input data in the phrase above.\r\n\r\nNote: Please create a string variable with the text above.",
"main": "Main.xaml",
"dependencies": {
"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": [],
"saveToCloud": false
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "bd60ffcf-d36c-4f6a-b59d-447d05a7b330",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}