Problem/Motivation

While creating the automated tests for #893294: Add tests I did a clear install of Drupal 8 and installed Workflow from 8.x-1.x. When I try to create a new workflow, I get the following error:

[22-Apr-2016 20:41:51 Australia/Sydney] Uncaught PHP Exception Drupal\Core\Config\Schema\SchemaIncompleteException: "No schema for workflow.workflow.vasetocluswa" at /Users/legovaer/Sites/devdesktop/drupal-8.0.5/core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php line 91

More information can be found In this Travis build

Comments

legovaer created an issue. See original summary.

legovaer’s picture

After reading this page, it seems like Workflow is missing a schema entry workflow.workflow.*.

johnv’s picture

Status: Active » Postponed (maintainer needs more info)

Please give more info about how you create your workflow. Via UI? Via test? via PHP-function?
Some config fiels have been exported to the config directory.

johnv’s picture

Version: 8.x-1.x-dev » 8.x-1.0-beta6
Status: Postponed (maintainer needs more info) » Fixed

ITMT, file workflow.schema.yml contains a 'workflow.workflow.*' entry

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.