Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag committed Jan 21, 2020
2 parents d5df1c6 + e48476d commit 2a13cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/primitives.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ In our external worker process, we can fetch a waiting activity of an active wor
GET /api/activity/my-activity?timeout=30
```

This will wait yp to 30 seconds for some work be become ready to process, if there is no workflow waiting on the activity requested, then a `404 Not Found` will be returned. If there is work waiting for that activity queue, then an exclusive token will be issued and the reponse will look as follows
This will wait up to 30 seconds for some work be become ready to process, if there is no workflow waiting on the activity requested, then a `404 Not Found` will be returned. If there is work waiting for that activity queue, then an exclusive token will be issued and the reponse will look as follows

```json
{
Expand Down

0 comments on commit 2a13cdd

Please sign in to comment.