-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.xaml.json
33 lines (33 loc) · 1.03 KB
/
Main.xaml.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
{
"DisplayName": "Main",
"Tooltip": null,
"HelpLink": null,
"Color": null,
"OriginalIconFileName": null,
"Arguments": [
{
"Name": "in_OrchestratorQueueName",
"DisplayName": "in_OrchestratorQueueName",
"Category": null,
"Tooltip": "Allows the Orchestrator queue name to be passed as an argument, instead of only being defined in the configuration file.",
"Placeholder": null,
"Widget": null,
"IsRequired": false,
"IsPrincipal": true,
"ArgumentType": 0,
"DataSourceItems": null
},
{
"Name": "in_OrchestratorQueueFolder",
"DisplayName": "in_OrchestratorQueueFolder",
"Category": null,
"Tooltip": "Allows the Orchestrator folder name where the queue is created to be passed as an argument, instead of only being defined in the configuration file.",
"Placeholder": null,
"Widget": null,
"IsRequired": false,
"IsPrincipal": true,
"ArgumentType": 0,
"DataSourceItems": null
}
]
}