When I use the workflow module along with scheduler, I am getting the following error, while the scheduler tries to unpublish the node
Basic page: scheduled unpublishing of test scheduler.Notice: Undefined variable: field_info in Drupal\workflow\Entity\WorkflowManager::executeTransitionsOfEntity() (line 168 of /var/www/html/eightnew/modules/contrib/workflow/src/Entity/WorkflowManager.php)
Because of this node is not getting unpublished through the scheduler.
Comments
Comment #2
johnvPlease update to the latest dev-version. The problem happens in versiion 8.x-1.1, but is already solved in #2974268: executeTransitionsOfEntity throw an error.
or apply the patch in that issue.