Skip to content

Reorganized the Workflow docs #11437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,5 @@
/console/logging /console
/frontend/encore/legacy-apps /frontend/encore/legacy-applications
/contributing/code/patches /contributing/code/pull_requests
/workflow/state-machines /workflow/introduction
/workflow/usage /workflow
5 changes: 3 additions & 2 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2306,8 +2306,9 @@ type

**type**: ``string`` **possible values**: ``'workflow'`` or ``'state_machine'``

Defines the kind fo workflow that is going to be created, which can be either
a :doc:`normal workflow </workflow/usage>` or a :doc:`state machine </workflow/state-machines>`.
Defines the kind of workflow that is going to be created, which can be either
a normal workflow or a state machine. Read :doc:`this article </workflow/introduction>`
to know their differences.

.. _`HTTP Host header attacks`: http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
.. _`Security Advisory Blog post`: https://symfony.com/blog/security-releases-symfony-2-0-24-2-1-12-2-2-5-and-2-3-3-released#cve-2013-4752-request-gethost-poisoning
Expand Down
Loading