Configure restart so that agents and fulfillers in Playbook Experience can restart a playbook from the beginning, or from a specific stage or activity.
Before you begin
Role required: pd_author
Note: Once restart is enabled for a playbook, it cannot be disabled. If you don't want agents to be able to restart a playbook or its activities and stages, do not perform the following task.
Procedure
-
Enable restart for an entire playbook.
-
Navigate to and select Playbooks.
The Playbooks list displays.
-
Open the playbook you want to enable restart for.
The Playbooks builder displays.
-
In the upper right-hand corner, open the More actions menu
, and select Properties.
The Additional Properties modal displays.
-
At the bottom of the General tab, select the Allow this process to be restarted during runtime box.

Agents can now restart the whole playbook.
Note: Restart can be enabled for activities and stages even if the whole playbook cannot be restarted.
-
Define restart rules for each stage and activity.
Note: Restart settings for a stage do not apply to its activities. Each activity also has its own restart settings.
-
In the Playbooks builder, open the stage or activity you want to configure restart settings for.
-
Under Restart rules, select what you want the stage or activity to do when restarted.

| Rule | Description |
|---|
| Skip on restart |
The stage or activity only runs during a playbook's initial run. It never runs during a restarted run.Note: This setting is helpful if you don't want new tasks or records to be created during a restarted run, because
the original execution and resulting record is still relevant. |
| Run always |
The stage or activity always runs, whether during an initial or restarted run. |
| Skip on first run |
The stage or activity runs only during restarted runs. It never runs during an initial run. |
- Optional:
To test your playbook with the restart options, select Test in the upper right-hand corner and open the Playbook preview.
