I need to have a scheduled publishing agent that publishes all items that are in final state of workflow.
I have used following agent in web.config: agent type="Sitecore.Tasks.PublishAgent" method="Run" interval="00:02:00".
But still they are not getting published. In database publishQueue table is showing items with action value skipped. Do I need to add any action item under approved state(final state)of workflow?