Skip to content

Commit 14c62b7

Browse files
committed
minor adjustments
1 parent 64bdd10 commit 14c62b7

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

adaptors/collections.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,34 @@ Collections are secure, private datastores which are only accessible to
1212
Workflows within a particular OpenFn Project. They can be created, managed and
1313
destroyed from the OpenFn Admin page.
1414

15+
The Collections Adaptor provides an interface to workflows to use the
16+
Collections API.
17+
1518
When running in the CLI, a Personal Access Token can be used to get access to
1619
the 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

3337
Uniquely, the Collections adaptor it is designed to be run _alongside_ other
3438
adaptors, not by itself. It is automatically injected into the runtime
3539
environment making the Collections API available to every Step in a Workflow,
3640
regardless 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

Comments
 (0)