You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-v2/pages/workflows/building-workflows/code/nodejs/using-data-stores.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,10 +324,6 @@ This pattern can be extended for various temporary caching scenarios like:
324
324
- Temporary access grants
325
325
- Time-based promotional codes
326
326
327
-
## Data store limitations
328
-
329
-
Data Stores are only currently available in Node.js and Python steps. They are not yet available [Bash](/workflows/building-workflows/code/bash/) or [Go](/workflows/building-workflows/code/go/).
330
-
331
327
### Supported data types
332
328
333
329
Data stores can hold any JSON-serializable data within the storage limits. This includes data types including:
0 commit comments