To schedule publishing in WebGUI, create a version tag and make your new edits under this tag. Then, you'll want to create a workflow to commit this tag at a set time.
Create the workflow:
- Go to admin->workflows
- Click on 'Add workflow' in the right hand nav.
- Choose the Object Type, 'WebGUI::VersionTag' and click 'save'.
- Name your workflow an, optionally, add a description.
- Choose 'Yes' for 'Is Enabled?'
- Click on 'Create a Scheduled Event' in the lower left of the interface.
- Once you click on this link, you're presented with the options for scheduling. This is similar to cron.
- Fill in your schedule details, enable this scheduled event by choosing 'Yes' for 'Is Enabled?' and choose 'Commit without Approval' for the Workflow option.
- Save.
- Then click on 'Commit Version Tag and click 'save'.
Assign the workflow to the correct version tag for publishing:- Go to admin->version tags. Edit the version tag you want to publish and choose your newly created workflow from the workflow dropdown.
- Click 'save'.
Keywords: commit howto publishing schedule version_tags workflow