@@ -12,30 +12,34 @@ Collections are secure, private datastores which are only accessible to
1212Workflows within a particular OpenFn Project. They can be created, managed and
1313destroyed from the OpenFn Admin page.
1414
15+ The Collections Adaptor provides an interface to workflows to use the
16+ Collections API.
17+
1518When running in the CLI, a Personal Access Token can be used to get access to
1619the collection (generated from the app at /profile/tokens).
1720
18- Learn more about collections and common use cases [ here] ( /documentation/build/collections ) .
21+ Learn more about Collections and common use cases in the
22+ [ Collections Docs] ( /documentation/build/collections ) .
1923
2024::: caution
2125
22- Collections must be created in the platform Admin page before they can be used.
23-
24- Refer to the [ Collections Docs ] ( /documentation/build/collections ) for details
26+ Collections must be created in the
27+ [ Platform Admin page ] ( https://docs.openfn.org/documentation/build/collections#managing-collections )
28+ before they can be used.
2529
2630:::
2731
2832## The Collections Adaptor
2933
30- The Collections API is inserted into all Steps through a special kind of
31- adaptor.
34+ The Collections API is inserted into all each Step of a Workflow through a
35+ special kind of adaptor.
3236
3337Uniquely, the Collections adaptor it is designed to be run _ alongside_ other
3438adaptors, not by itself. It is automatically injected into the runtime
3539environment making the Collections API available to every Step in a Workflow,
3640regardless of which adaptor it is using.
3741
38- If using the CLI run a workflow with Collections, refer to the
42+ If using the CLI the use Collections locally , refer to the
3943[ CLI Usage] ( #cli-usage ) guide below.
4044
4145## Usage Guide
0 commit comments