File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ how a blog post goes from draft to review and publish. Another example is when a
99user submits a series of different forms to complete a task. Such processes are
1010best kept away from your models and should be defined in configuration.
1111
12- A **definition ** of a workflow consist of places and actions to get from one
12+ A **definition ** of a workflow consists of places and actions to get from one
1313place to another. The actions are called **transitions **. A workflow does also
1414need to know each object's position in the workflow. That **marking store **
1515writes to a property of the object to remember the current place.
@@ -32,7 +32,7 @@ workflow below describes the process to fill in a job application.
3232.. image :: /_images/components/workflow/job_application.png
3333
3434When you fill in a job application in this example there are 4 to 7 steps
35- depending on the what job you are applying for. Some jobs require personality
35+ depending on the job you are applying for. Some jobs require personality
3636tests, logic tests and/or formal requirements to be answered by the user. Some
3737jobs don't. The ``GuardEvent `` is used to decide what next steps are allowed for
3838a specific application.
You can’t perform that action at this time.
0 commit comments