Skip to content

Commit

Permalink
Update primitives.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag authored Jan 18, 2020
1 parent fb1d29c commit e48476d
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 e48476d

Please sign in to comment.