Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions docs/wait-for-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -263,24 +263,6 @@ Wait for a token to be completed.
The token to wait for.
</ParamField>

<ParamField query="options" type="object" optional>
Options for the wait.

<Expandable title="properties">
<ParamField query="releaseConcurrency" type="boolean" optional>
If set to true, this will cause the waitpoint to release the current run from the queue's concurrency.

This is useful if you want to allow other runs to execute while waiting

Note: It's possible that this run will not be able to resume when the waitpoint is complete if this is set to true.
It will go back in the queue and will resume once concurrency becomes available.

The default is `false`.
</ParamField>

</Expandable>
</ParamField>

### returns

The `forToken` function returns a result object with the following properties:
Expand Down