Publish and UnPublish Example

The Scheduled Updates module allows scheduling updates at a specific date and time to entities such as Content(nodes), Users, Terms, Files and many more. Update dates can contain 1 or multiple fields. Since many more things are fields in Drupal 8 this means you can also update properties like published, promoted, sticky, title and pretty much anything else you can think of.

This modules supports 2 different types of updates:

Embedded Updates

These updates can be embedded on the add/edit form of the entity they will be updating.

Example uses:

  1. Scheduling Publish and/or UnPublish Dates directly on node forms.
  2. Set a user to inactive at a certain date on the user edit form.

Independent Updates

These updates are added directly using their own forms. When making these updates the user selects nodes, users or other entities they would like to update. These updates can target multiple entities in a single update.

Example uses:

  1. Select a group of nodes to be promoted and/or published on a certain date.
  2. Select a group of users to be given a Manager role at the beginning of the next month.

Alternatives

Configuration

Before making updates you must first create at least one Scheduled Update Type.
A Scheduled Update Type:

  1. Can only target one entity type to update
  2. Can either be embedded or an independent update

To easily create embedded updates click Add Update Field on the Manage Fields page of the entity type you want to update.

To create a scheduled update type go to: Configuration -> Workflow -> Scheduled Updates -> Scheduled Update Types

After you have created a Scheduled Update Type you will then be prompted to choose the fields from your target entity type to include on your new update type.

Development Status

Currently working towards an 8.x-1.0 release
Current blockers

Supporting organizations: 
Funded Development

Project information

Releases