Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: By Design
-
Affects Version/s: 2.2 alpha
-
Fix Version/s: Taverna 2.3 Server Release 1
-
Component/s: Ruby Gem
-
Labels:None
Description
Currently UUIDs are passed about as strings. This is fine, but would probably be more robust if a UUID class was used instead.
Thinking about this, I'm not sure it makes a big difference. No UUID is created on the client side and we can assume that the server is generating valid UUIDs.
Leaving the UUIDs as strings on the client side would allow for the server side implementation of IDs to change and the client would still function correctly.