-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0d6ac4
commit 84ac92d
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. index:: | ||
single: Workflow | ||
single: Components; Workflow | ||
|
||
The Workflow Component | ||
====================== | ||
|
||
The Workflow component provides tools for managing a workflow or, finite state | ||
machine. | ||
|
||
Installation | ||
------------ | ||
|
||
You can install the component in 2 different ways: | ||
|
||
* :doc:`Install it via Composer </components/using_components>` (``symfony/workflow`` on `Packagist`_); | ||
* Use the official Git repository (https://github.com/symfony/workflow). | ||
|
||
For more information, see the code in the Git Repository. |