This is to collect all issues and resources for the error: Route "entity.workflow_state.canonical" does not exist.
For the record, ITMT, WorkflowState does have a canonical link:
/**
* Workflow configuration entity to persistently store configuration.
*
* @ConfigEntityType(
* id = "workflow_state",
* ...
* module = "workflow",
* links = {
* "canonical" = "/admin/config/workflow/workflow/{workflow_type}",
* "collection" = "/admin/config/workflow/workflow/{workflow_type}/states",
* },
* )
*/
class WorkflowState extends ConfigEntityBase {...}
Please see the related issues, and below other resources.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.