Skip to content

[Workflow] Remove constraints on transition/place name #9289

Closed
@javiereguiluz

Description

@javiereguiluz

Transition/place names no longer apply this:

-        if (!preg_match('{^[\w_-]+$}', $place)) {
-            throw new InvalidArgumentException(sprintf('The place "%s" contains invalid characters.', $place));
-        }

See symfony/symfony#26079. Review if we mention this in any place of the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions