Skip to content

[WF-10420] Add the software catalog trigger to the public docs #28402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/en/service_management/workflows/trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,25 @@

For additional examples of security workflows you can automate, see [Automate Security Workflows with Workflow Automation][4].

## Software Catalog triggers

Check warning on line 155 in content/en/service_management/workflows/trigger.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Software Catalog triggers' should use sentence-style capitalization.

To run a workflow from a software catalog entity, you must first add a software catalog trigger to your workflow:

1. Add a software catalog trigger to your workflow:
- If your workflow doesn't have any triggers, click **Add Trigger** > **Software Catalog**.
- If your workflow already has one or more triggers and you're adding the software catalog as an additional trigger, click the **Add Trigger** (lightning bolt) icon and select **Software Catalog**.
2. Make sure the trigger is connected to a step in the workflow. You can connect the trigger to a step by clicking and dragging the plus icon (**+**) under the trigger.
3. Save your Workflow.
4. Click **Publish** to publish your workflow. Published workflows accrue costs based on workflow executions. For more information, see the [Datadog Pricing page][11].

Run the workflow from your Software Catalog entity:

1. On the [Software Catalog page][14], choose an entity from the list.
1. Click **Run Workflow** at the top of the side panel.
1. In the search modal, enter the name of the workflow you want to run and select it. Only workflows with Software Catalog triggers appear in the list.
1. If your workflow requires input parameters, enter the values as required.
1. Click **Run** to run the workflow.

## GitHub triggers

<div class="alert alert-info"><strong>Note</strong>: Your GitHub account must have permission to create webhooks to use this feature.</div>
Expand Down Expand Up @@ -270,3 +289,4 @@
[11]: https://www.datadoghq.com/pricing/?product=workflow-automation#products
[12]: /service_management/workflows/test_and_debug/#test-a-monitor-trigger
[13]: /service_management/workflows/test_and_debug/#debug-a-failed-step
[14]: https://app.datadoghq.com/software
Loading