blob: 07e6b63e8d55fa0b93dcc595c52292aaf7c8ecff (
plain)
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
|
<a id="Upload-Config"></a>Upload a Configuration File
=====================================================
You can upload a formerly downloaded or even a manually created file directly
through the web frontend. Given sufficient permissions, the Dashboard provides
a related link:
![From Dashboard to Upload](screenshot/22_upload-config/2201_go-to-upload.png)
Chose a file
------------
This can be any file:
![Choose a File](screenshot/22_upload-config/2202_choose-file.png)
It should be valid of course, but don't worry - the *Business Process* module
protects you from syntax errors:
![Syntax Error](screenshot/22_upload-config/2203_syntax-error.png)
Just for fun you could try to upload an image or whatever you want - it will not
break. It will also protect you from accidentally overwriting existing files:
![Duplicate Name](screenshot/22_upload-config/2204_duplicate-name.png)
So in case you need to replace an existing process, please delete it before
uploading a new one.
|