Actions
Bug #4121
closedQueryable - use LSID to look up workflows
Start date:
06/01/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4121
Description
Now that we are using LSIDs to identify workflows, can the Queryable implementations also use that? Currently they perform lookups using the [fragile] "name".
Not sure if the name-based lookups should remain and the LSID-based lookups should just be added or if we can just replace all the name-based queries with LSID-based queries.
Updated by Daniel Crawl over 15 years ago
I've added getLastExecutionForWorkflow(KeplerLSID) and getEntityId(String, LSID).
Feel free to re-open this bug if you want additional queries using LSIDs.
Actions