Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 5ff6c7a

Browse files
authored
Update README.md
1 parent bab2d8f commit 5ff6c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ These are the possible requests to web application (add param `?Namespace={Desir
1515
| URL | Type | Response | Description |
1616
|-----------------------------|------|-----------|--------------------------------|
1717
| tasks | GET | JSON | Get unassigned tasks or tasks assigned to the current user |
18-
| tasks/:id | GET | JSON | Get detailed information about task |
18+
| tasks/:id | GET | JSON | Get detailed information about a task |
1919
| tasks/:id | POST | JSON | Process task modified by a user|
2020
| test | GET | JSON | Test info |
2121

@@ -170,7 +170,7 @@ This request provides enough information to display task to the user.
170170
After a user is done working on a task, you need to notify Workflow engine about a new state of a task. To do that, execute this request, with the JSON representation of EnsLib.Workflow.Worklist object (received from the previous request) as a body.
171171
To express changes made by a user, modify EnsLib.Workflow.Worklist object:
172172

173-
- Set `Task.%Action` property to one of %Actions values or `$Accept` to accept a task, `$Relinquish` to relinquish task and `$Save` to save changes made to a task
173+
- Set `Task.%Action` property to one of the %Actions values or `$Accept` to accept a task, `$Relinquish` to relinquish task and `$Save` to save changes made to a task
174174
- Provide `Task.%FormValues` as an array with keys from `%FormFields` and values provided by a client
175175

176176
Here's an example of a user completing `345||dev` task (by choosing Corrected action):

0 commit comments

Comments
 (0)