Skip to content

Commit c37fadf

Browse files
committed
Updates from review
1 parent ae1c081 commit c37fadf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/platform-services/automation-service/automation-service-playbooks.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,12 @@ Every time you publish a playbook, a new version of the playbook is retained. In
231231
You can enable playbooks for use in automations, or disable them to prevent them from being used. This gives you greater control over when a playbook can be run. If for example a playbook is causing a problem, such as exceeding your actions limit or sending too many emails, you could temporarily disable the playbook until you remedy the issue.
232232

233233
When enabling or disabling playbooks, keep in mind:
234-
* Only published playbooks are enabled.
234+
* Playbooks without any published versions are initially disabled and will be automatically enabled upon publishing their first version.
235235
* Disabled playbooks cannot be triggered automatically.
236236
* Deleted playbooks are set to disabled and remain so after restoration.
237237
* Cloned or imported playbooks are enabled by default, irrespective of the original playbook's status.
238238
* [Audit logs](/docs/platform-services/automation-service/automation-service-audit-logging/) are generated whenever playbooks are enabled or disabled manually.
239239

240-
241240
### How to enable or disable a playbook
242241

243242
To enable or disable a playbook, open the playbook and click the toggle.<br/><img src={useBaseUrl('img/platform-services/automation-service/playbook-enabled-toggle.png')} alt="Playbook enabled toggle" style={{border:'1px solid gray'}} width="400"/><br/><img src={useBaseUrl('img/platform-services/automation-service/playbook-disabled-toggle.png')} alt="Playbook disabled toggle" style={{border:'1px solid gray'}} width="400"/>
@@ -248,7 +247,10 @@ The **Status** column shows whether a playbook is enabled <img src={useBaseUrl('
248247

249248
### Enable on publish
250249

251-
By default, draft playbooks are disabled. When you click the **Publish** button at the bottom of the playbook window to publish a draft, the playbook is automatically enabled.<br/><img src={useBaseUrl('img/cse/automations-publish-playbook.png')} style={{border:'1px solid gray'}} alt="Publish the playbook" width="250"/>
250+
By default, draft playbooks are disabled. Playbooks without any published versions are automatically enabled on publish.
251+
1. Click the **Publish** button at the bottom of the playbook window.<br/><img src={useBaseUrl('img/cse/automations-publish-playbook.png')} style={{border:'1px solid gray'}} alt="Publish the playbook" width="250"/>
252+
1. Ensure the **Enable playbook on publish** button is enabled.<br/><img src={useBaseUrl('img/platform-services/automation-service/playbook-enable-on-publish-toggle.png')} style={{border:'1px solid gray'}} alt="Publish enable on publish" width="400"/>
253+
1. Click **Publish**.
252254

253255
## Playbook preferences
254256

78.9 KB
Loading

0 commit comments

Comments
 (0)