Investigating this but looks related to the 1.1 upgrade. It breaks when trying to import entities using migrate.

When I pull up WorkflowManager.php in PHPStorm the $field_info variable looks undefined on line 168.

Error: Call to a member function getSetting() on null in Drupal\workflow\Entity\WorkflowManager::executeTransitionsOfEntity() (line 168 of /srv/drupal/web/modules/contrib/workflow/src/Entity/WorkflowManager.php) #0

Downgrading to 1.0 fixes the issue.

Comments

mowens created an issue. See original summary.

mowens’s picture

Issue summary: View changes
mowens’s picture

Version: 8.x-1.x-dev » 8.x-1.1
anas_maw’s picture

+1

kural’s picture

+1

johnv’s picture

Status: Active » Closed (duplicate)
Related issues: +#2974268: executeTransitionsOfEntity throw an error