Changeset 917 for trunk/zoo-project/zoo-services/hello-mono/cgi-env
- Timestamp:
- May 7, 2019, 2:17:08 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
False
/branches/prototype-v0 merged eligible
-
Property
svn:mergeinfo
set to
False
-
trunk/zoo-project/zoo-services/hello-mono/cgi-env/longProcessMono.zcfg
r794 r917 1 1 [longProcessMono] 2 Title = Create a welcome message string.3 Abstract = Create a welcome string.2 Title = Demo long process. 3 Abstract = This service doesn't do anything except taking its time, it demonstrates how to use the updateStatus function from your ZOO Service. 4 4 processVersion = 2 5 5 storeSupported = true … … 13 13 Title = Input string 14 14 Abstract = The name to display in the welcome message. 15 minOccurs = 115 minOccurs = 0 16 16 maxOccurs = 1 17 17 <LiteralData> 18 18 dataType = int 19 <Default> 20 AllowedValues = 101,202,303,404 21 rangeMin = -100 22 rangeMax = 100 23 rangeSpacing = 1 24 rangeClosure = co 25 value = 11 26 </Default> 27 <Supported> 28 AllowedValues = 405,502,503,504 29 </Supported> 30 <Supported> 31 AllowedValues = 540,502,603,604 32 </Supported> 19 <Default /> 33 20 </LiteralData> 34 21 </DataInputs>
Note: See TracChangeset
for help on using the changeset viewer.