Viam · Arazzo Workflow
Viam Saved Query Lifecycle
Version 1.0.0
Create a saved SQL query, resolve it from the list, read it, and update it.
View Spec
View on GitHub
RoboticsEdge AIFleet ManagementComputer VisionMachine LearningIoTEmbeddedgRPCArazzoWorkflows
Provider
Workflows
saved-query-lifecycle
Create a saved query, resolve its id, get it, then update it.
Creates a named SQL saved query in the organization, lists saved queries to resolve the new id, retrieves it by id, and applies an updated name and SQL.
1
createQuery
createSavedQuery
Persist a named SQL saved query in the organization.
2
resolveQuery
listSavedQueries
List saved queries in the organization to resolve the new query id.
3
getQuery
getSavedQuery
Retrieve the saved query by id to confirm it was persisted.
4
updateQuery
updateSavedQuery
Update the saved query's name and SQL statement.