Changeset 907 for branches/prototype-v0/zoo-project/zoo-services/hello-mono
- Timestamp:
- May 4, 2019, 3:36:37 PM (6 years ago)
- Location:
- branches/prototype-v0/zoo-project/zoo-services/hello-mono
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/zoo-project/zoo-services/hello-mono/cgi-env/longProcessMono.zcfg
r794 r907 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.