Skip to content
Advertisement

Tag: symfony-workflows

Workflow in Symfony doesn’t work with “multiple_state”

In one of the configuration files of Symfony 5.2.8 with Workflow 5.2.7 I have: When I execute bin/console I have error: Unrecognized option “arguments” under framework.workflows.workflows.register_participation.marking_store”. Available options are “property”, “service”, “type”. When I change the configuration to: I get the error: The value “multiple_state” is not allowed for path framework.workflows.workflows.register_participation.marking_store.type”. Permissible values: “method” It works when I change to

Advertisement