-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfixName.zcfg
36 lines (36 loc) · 1.03 KB
/
fixName.zcfg
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
[fixName]
Title = Verify if any email has been received
Abstract = Verify if any email has been received (by invoking getLastEmails service). If new mail contain attachment, then the attachment is imported in the databse (by invoking publishZipFiles service).
processVersion = 1
storeSupported = true
statusSupported = true
serviceType = Python
serviceProvider = service
<DataInputs>
[path]
Title = The input datastore
Abstract = The input datastore name to search for datasource.
minOccurs = 1
maxOccurs = 1
<LiteralData>
DataType = string
<Default />
</LiteralData>
[ext]
Title = The input datastore
Abstract = The input datastore name to search for datasource.
minOccurs = 1
maxOccurs = 1
<LiteralData>
DataType = string
<Default />
</LiteralData>
</DataInputs>
<DataOutputs>
[Result]
Title = The resulting directory path
Abstract = The resulting directory path containing the uncompressed archive
<LiteralData>
DataType = string
<Default />
</LiteralData>