Skip to content

Commit ae1c081

Browse files
committed
Finish draft
1 parent 2c7e600 commit ae1c081

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

blog-csoar/2025-04-21-content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
2828
* Added a confirmation dialog to alert users about pre-existing playbook drafts to avoid accidental overwriting while editing playbooks.
2929
* Implemented an alert popup to prevent accidental loss of unsaved changes when closing a node popup.
3030
* Added audit logs for failed nodes due to errors or exceptions during playbook execution.
31+
* Added the ability to enable or disable playbooks.
3132

3233
### Bug fixes
3334

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

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,16 +226,29 @@ Every time you publish a playbook, a new version of the playbook is retained. In
226226

227227
<img src={useBaseUrl('img/platform-services/automation-service/playbook-versions.png')} alt="Playbook versions" style={{border:'1px solid gray'}} width="800"/>
228228

229-
## Enable or disable a playbook
229+
## Enable or disable playbooks
230230

231-
You can enable a playbook for use, or disable it to prevent it from being used in automations. Whether a playbook is enabled or disabled displays in the **Status** column: <br/><img src={useBaseUrl('img/platform-services/automation-service/playbook-status-enabled-disabled.png')} alt="Playbook status column" style={{border:'1px solid gray'}} width="800"/>
231+
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

233-
Status:
234-
* Enabled: <img src={useBaseUrl('img/platform-services/automation-service/playbook-enabled-symbol.png')} alt="Playbook enabled symbol" style={{border:'1px solid gray'}} width="40"/>
235-
* Disabled: <img src={useBaseUrl('img/platform-services/automation-service/playbook-disabled-symbol.png')} alt="Playbook disabled symbol" style={{border:'1px solid gray'}} width="40"/>
233+
When enabling or disabling playbooks, keep in mind:
234+
* Only published playbooks are enabled.
235+
* Disabled playbooks cannot be triggered automatically.
236+
* Deleted playbooks are set to disabled and remain so after restoration.
237+
* Cloned or imported playbooks are enabled by default, irrespective of the original playbook's status.
238+
* [Audit logs](/docs/platform-services/automation-service/automation-service-audit-logging/) are generated whenever playbooks are enabled or disabled manually.
236239

237240

241+
### How to enable or disable a playbook
238242

243+
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"/>
244+
245+
The **Status** column shows whether a playbook is enabled <img src={useBaseUrl('img/platform-services/automation-service/playbook-enabled-symbol.png')} alt="Playbook enabled symbol" style={{border:'1px solid gray'}} width="30"/> or disabled <img src={useBaseUrl('img/platform-services/automation-service/playbook-disabled-symbol.png')} alt="Playbook disabled symbol" style={{border:'1px solid gray'}} width="30"/>.
246+
247+
<img src={useBaseUrl('img/platform-services/automation-service/playbook-status-enabled-disabled.png')} alt="Playbook status column" style={{border:'1px solid gray'}} width="800"/>
248+
249+
### Enable on publish
250+
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"/>
239252

240253
## Playbook preferences
241254

-391 Bytes
Loading
50.1 KB
Loading
-450 Bytes
Loading
48.6 KB
Loading

0 commit comments

Comments
 (0)