|
1 | 1 | Workflows and State Machines |
2 | 2 | ============================ |
3 | 3 |
|
4 | | -Worflows |
5 | | --------- |
| 4 | +Workflows |
| 5 | +--------- |
6 | 6 |
|
7 | 7 | A workflow is a model of a process in your application. It may be the process of |
8 | 8 | how a blog post goes from draft to review and publish. Another example is when a |
@@ -51,9 +51,9 @@ your model. The most important differences between them are: |
51 | 51 | machines can't; |
52 | 52 | * Workflows usually don't have cyclic paths in the definition graph, but it's |
53 | 53 | common for state machines; |
54 | | -* In order to apply a transition,worflows require that the object is in all the |
55 | | - previous places of the transition, whereas state machines only require that |
56 | | - the object is at least in one of those places. |
| 54 | +* In order to apply a transition,workflows require that the object is in all |
| 55 | +theprevious places of the transition, whereas state machines only require |
| 56 | +thatthe object is at least in one of those places. |
57 | 57 |
|
58 | 58 | Example |
59 | 59 | ~~~~~~~ |
|