One of our sites has Feeds set up to download XML files and create News and Event content types that were created on other Drupal sites. The new items are automatically published after the feed importer is run by cron.
On another site, we copied this configuration, but also set up a Workflow with the states Draft, Unpublished and Published. New content created by users/editors (including News and Events content types) is assigned Draft state unless they change it.
When the Feeds are run on the site with the Workflow set up, the newly imported items are Unpublished state. I tried mapping a default value of 1 to the Published (status) target but that had no effect.
I also set up mapping a log message of feed-item to the Revision log message (revision_log) target, then trying to set of a Rule with a condition to look for the log message then publish the content. Not having luck figuring this part out.The Owner in the Feeds processor setting is the admin which has full permissions.
Any ideas?