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
9
9
user submits a series of different forms to complete a task. Such processes are
10
10
best kept away from your models and should be defined in configuration.
11
11
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
13
13
place to another. The actions are called **transitions **. A workflow does also
14
14
need to know each object's position in the workflow. That **marking store **
15
15
writes 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.
32
32
.. image :: /_images/components/workflow/job_application.png
33
33
34
34
When 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
36
36
tests, logic tests and/or formal requirements to be answered by the user. Some
37
37
jobs don't. The ``GuardEvent `` is used to decide what next steps are allowed for
38
38
a specific application.
You can’t perform that action at this time.
0 commit comments