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
Comment #2
mowens commentedComment #3
mowens commentedComment #4
anas_maw commented+1
Comment #5
kural commented+1
Comment #6
johnvThis was fixed today in #2974268: executeTransitionsOfEntity throw an error