We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d6ac4 commit 84ac92dCopy full SHA for 84ac92d
components/workflow.rst
@@ -0,0 +1,19 @@
1
+.. index::
2
+ single: Workflow
3
+ single: Components; Workflow
4
+
5
+The Workflow Component
6
+======================
7
8
+ The Workflow component provides tools for managing a workflow or, finite state
9
+ machine.
10
11
+Installation
12
+------------
13
14
+You can install the component in 2 different ways:
15
16
+* :doc:`Install it via Composer </components/using_components>` (``symfony/workflow`` on `Packagist`_);
17
+* Use the official Git repository (https://github.com/symfony/workflow).
18
19
+For more information, see the code in the Git Repository.
0 commit comments