-
Notifications
You must be signed in to change notification settings - Fork 1
/
setValidity.zcfg
38 lines (38 loc) · 1.01 KB
/
setValidity.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
37
38
[setValidity]
Title = This carries out the validation checks for the segment integration.
Abstract = This carries out the validation checks for the segment integration.
processVersion = 1
storeSupported = true
statusSupported = true
serviceType = JS
serviceProvider = service.js
<DataInputs>
[id]
Title = The input datastore
Abstract = The input datastore name to search for datasource.
minOccurs = 1
maxOccurs = unbounded
<ComplexData>
<Default>
mimeType = application/zip
</Default>
</ComplexData>
[mailTo]
Title = The email addresss
Abstract = The email address that has originally sent the mail containing the zip file.
minOccurs = 1
maxOccurs = 1
<ComplexData>
<Default>
mimeType = application/zip
</Default>
</ComplexData>
</DataInputs>
<DataOutputs>
[Result]
Title = The resulting directory path
Abstract = The resulting directory path containing the uncompressed archive
<LiteralData>
DataType = string
<Default />
</LiteralData>