diff --git a/daprdocs/data/components/state_stores/aws.yaml b/daprdocs/data/components/state_stores/aws.yaml index 1d5be544fcf..f6d8d1b1a77 100644 --- a/daprdocs/data/components/state_stores/aws.yaml +++ b/daprdocs/data/components/state_stores/aws.yaml @@ -8,4 +8,4 @@ transactions: true etag: true ttl: true - query: false + workflow: false diff --git a/daprdocs/data/components/state_stores/azure.yaml b/daprdocs/data/components/state_stores/azure.yaml index 6f490f84228..287477de780 100644 --- a/daprdocs/data/components/state_stores/azure.yaml +++ b/daprdocs/data/components/state_stores/azure.yaml @@ -8,7 +8,7 @@ transactions: false etag: true ttl: false - query: false + workflow: false - component: Azure Cosmos DB link: setup-azure-cosmosdb state: Stable @@ -19,7 +19,7 @@ transactions: true etag: true ttl: true - query: true + workflow: false - component: Microsoft SQL Server link: setup-sqlserver state: Stable @@ -30,7 +30,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: Azure Table Storage link: setup-azure-tablestorage state: Stable @@ -41,4 +41,4 @@ transactions: false etag: true ttl: false - query: false + workflow: false diff --git a/daprdocs/data/components/state_stores/generic.yaml b/daprdocs/data/components/state_stores/generic.yaml index ee5ca782c2f..289d8ce4305 100644 --- a/daprdocs/data/components/state_stores/generic.yaml +++ b/daprdocs/data/components/state_stores/generic.yaml @@ -8,7 +8,7 @@ transactions: false etag: true ttl: false - query: false + workflow: false - component: Apache Cassandra link: setup-cassandra state: Stable @@ -19,7 +19,7 @@ transactions: false etag: false ttl: true - query: false + workflow: false - component: CockroachDB link: setup-cockroachdb state: Stable @@ -30,7 +30,7 @@ transactions: true etag: true ttl: true - query: true + workflow: false - component: Couchbase link: setup-couchbase state: Alpha @@ -41,7 +41,7 @@ transactions: false etag: true ttl: false - query: false + workflow: false - component: etcd link: setup-etcd state: Beta @@ -52,7 +52,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: Hashicorp Consul link: setup-consul state: Alpha @@ -63,7 +63,7 @@ transactions: false etag: false ttl: false - query: false + workflow: false - component: Hazelcast link: setup-hazelcast state: Alpha @@ -74,7 +74,7 @@ transactions: false etag: false ttl: false - query: false + workflow: false - component: In-memory link: setup-inmemory state: Stable @@ -85,7 +85,7 @@ transactions: true etag: true ttl: true - query: false + workflow: true - component: JetStream KV link: setup-jetstream-kv state: Alpha @@ -96,7 +96,7 @@ transactions: false etag: false ttl: false - query: false + workflow: false - component: Memcached link: setup-memcached state: Stable @@ -107,7 +107,7 @@ transactions: false etag: false ttl: true - query: false + workflow: false - component: MongoDB link: setup-mongodb state: Stable @@ -118,7 +118,7 @@ transactions: true etag: true ttl: true - query: true + workflow: true - component: MySQL & MariaDB link: setup-mysql state: Stable @@ -129,7 +129,7 @@ transactions: true etag: true ttl: true - query: false + workflow: true - component: Oracle Database link: setup-oracledatabase state: Beta @@ -140,7 +140,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: PostgreSQL v1 link: setup-postgresql-v1 state: Stable @@ -151,7 +151,7 @@ transactions: true etag: true ttl: true - query: true + workflow: true - component: PostgreSQL v2 link: setup-postgresql-v2 state: Stable @@ -162,7 +162,7 @@ transactions: true etag: true ttl: true - query: false + workflow: true - component: Redis link: setup-redis state: Stable @@ -173,7 +173,7 @@ transactions: true etag: true ttl: true - query: true + workflow: true - component: RethinkDB link: setup-rethinkdb state: Beta @@ -184,7 +184,7 @@ transactions: false etag: false ttl: false - query: false + workflow: false - component: SQLite link: setup-sqlite state: Stable @@ -195,7 +195,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: Zookeeper link: setup-zookeeper state: Alpha @@ -206,4 +206,4 @@ transactions: false etag: true ttl: false - query: false + workflow: false diff --git a/daprdocs/data/components/state_stores/oracle.yaml b/daprdocs/data/components/state_stores/oracle.yaml index 8722ff875f2..9dfcbd8686e 100644 --- a/daprdocs/data/components/state_stores/oracle.yaml +++ b/daprdocs/data/components/state_stores/oracle.yaml @@ -8,7 +8,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: Object Storage link: setup-oci-objectstorage state: Alpha @@ -19,4 +19,4 @@ transactions: false etag: true ttl: true - query: false + workflow: false diff --git a/daprdocs/layouts/partials/components/state-stores.html b/daprdocs/layouts/partials/components/state-stores.html index 7d1e4693ab8..420736f964e 100644 --- a/daprdocs/layouts/partials/components/state-stores.html +++ b/daprdocs/layouts/partials/components/state-stores.html @@ -17,7 +17,7 @@