Skip to content

Commit 803c2c8

Browse files
Updated the indentation
1 parent b9c2523 commit 803c2c8

File tree

12 files changed

+564
-510
lines changed

12 files changed

+564
-510
lines changed

src/content/docs/workflow-automation/create-a-workflow-automation/create-your-own.mdx

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -644,20 +644,7 @@ Now let's build each part of the workflow. Each step includes the specific actio
644644
</Steps>
645645

646646

647-
## Next steps
648-
649-
### Run and manage
647+
## What's next
650648

651649
- **[Start and schedule workflows](/docs/workflow-automation/create-a-workflow-automation/start-schedule)**: Trigger manually or schedule automatically.
652-
- **[Managing workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow)**: Edit, version, clone, or deactivate workflows.
653-
654-
### Improve
655-
656-
- **[Best practices](/docs/workflow-automation/limitations-and-faq/workflow-best-practices)**: Error handling, secrets management, performance, testing.
657-
- **[Actions catalog](/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog)**: AWS, Azure, GCP, HTTP, data transformations.
658-
- **[Workflow examples](/docs/workflow-automation/workflow-examples)**: More real-world automation scenarios.
659-
660-
### Scale
661-
662-
- **[Workflow Automation APIs](/docs/workflow-automation/workflow-automation-apis/using-workflow-automation-api)**: Deploy via API for infrastructure-as-code.
663-
- **[Workflow limits](/docs/workflow-automation/limitations-and-faq/workflow-limits)**: Timeouts, action limits, payload constraints.
650+
- **[Manage workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow)**: Edit, duplicate, and monitor execution history.

src/content/docs/workflow-automation/create-a-workflow-automation/managing-workflow.mdx

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,7 @@ Remove workflows you no longer need.
132132
- You have a backup copy if you might need it later
133133
- All scheduled runs are identified and accounted for
134134

135-
## Next steps
135+
## What's next
136136

137-
After familiarizing yourself with the workflow dashboard, explore these resources:
138-
139-
**Run and monitor workflows:**
140-
- **[Start and schedule workflows](/docs/workflow-automation/create-a-workflow-automation/start-schedule)**: Trigger workflows manually or set up automated schedules
141-
142-
**Improve your workflows:**
143-
- **[Best practices](/docs/workflow-automation/limitations-and-faq/workflow-best-practices)**: Patterns for error handling, performance, and reliability
144-
- **[Workflow limits](/docs/workflow-automation/limitations-and-faq/workflow-limits)**: Understand timeout, action, and payload constraints
145-
146-
**Create more workflows:**
147-
- **[Use a template](/docs/workflow-automation/create-a-workflow-automation/use-a-template)**: Deploy pre-built workflows for common scenarios
148-
- **[Create your own workflow](/docs/workflow-automation/create-a-workflow-automation/create-your-own)**: Build custom automations from scratch
137+
- **[Workflow examples](/docs/workflow-automation/workflow-examples)**: Learn from real-world automation scenarios.
138+
- **[Troubleshooting](/docs/workflow-automation/troubleshooting)**: Fix credential errors, integration issues, and workflow failures.

src/content/docs/workflow-automation/create-a-workflow-automation/start-schedule.mdx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -216,18 +216,6 @@ After creating a schedule:
216216

217217
For complete API documentation, see [Workflow Automation APIs](/docs/workflow-automation/workflow-automation-apis).
218218

219-
## Next steps
219+
## What's next
220220

221-
Your workflows are running! Here's what to do next:
222-
223-
**Monitor and manage:**
224-
- **[Manage workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow)**: View run history, check logs, and troubleshoot issues
225-
- **[Troubleshoot workflows](/docs/workflow-automation/troubleshooting)**: Solve common execution problems
226-
227-
**Optimize for production:**
228-
- **[Best practices](/docs/workflow-automation/limitations-and-faq/workflow-best-practices)**: Error handling, performance, and reliability patterns
229-
- **[Workflow limits](/docs/workflow-automation/limitations-and-faq/workflow-limits)**: Understand timeout and constraint limits
230-
231-
**Expand your workflows:**
232-
- **[Actions catalog](/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog)**: Explore all available integrations.
233-
- **[Workflow Automation APIs](/docs/workflow-automation/workflow-automation-apis/using-workflow-automation-api)**: Programmatic workflow management
221+
- **[Manage workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow)**: Edit, duplicate, and monitor execution history.

src/content/docs/workflow-automation/create-a-workflow-automation/use-a-template.mdx

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Most templates need credentials and integrations:
4242
<Step>
4343
### Find the right template
4444

45-
Browse the [template library](#workflow-automation-templates) below. Each shows what it does, when to use it, requirements, and how it works.
45+
Browse the [template library](#workflow-automation-templates). Each shows what it does, when to use it, requirements, and how it works.
4646
</Step>
4747

4848
<Step>
@@ -259,19 +259,8 @@ If your workflow fails or doesn't behave as expected:
259259
</CollapserGroup>
260260

261261

262-
## Next steps
262+
## What's next
263263

264-
### Run and manage
265-
266-
- **[Start and schedule workflows](/docs/workflow-automation/create-a-workflow-automation/start-schedule)**: Trigger manually or schedule automatically
267-
- **[Managing workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow)**: Edit, duplicate, or remove workflows
268-
269-
### Build custom
270-
271-
- **[Create your own workflow](/docs/workflow-automation/create-a-workflow-automation/create-your-own)**: Build from scratch with custom logic
272-
- **[Best practices](/docs/workflow-automation/limitations-and-faq/workflow-best-practices)**: Patterns for reliable, production-ready automations
273-
274-
### Scale
275-
276-
- **[Workflow Automation APIs](/docs/workflow-automation/workflow-automation-apis/using-workflow-automation-api)**: Integrate with CI/CD or infrastructure-as-code
277-
- **[Workflow limits](/docs/workflow-automation/limitations-and-faq/workflow-limits)**: Timeouts, rate limits, constraints
264+
- **[Create your own workflow](/docs/workflow-automation/create-a-workflow-automation/create-your-own)**: Build custom workflows from scratch.
265+
- **[Start and schedule workflows](/docs/workflow-automation/create-a-workflow-automation/start-schedule)**: Trigger manually or schedule automatically.
266+
- **[Manage workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow)**: Edit, duplicate, and monitor execution history.

src/content/docs/workflow-automation/introduction-to-workflow.mdx

Lines changed: 19 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Workflow Automation connects New Relic with your existing tools to automate inci
2626

2727
## Key benefits
2828

29-
- **Faster incident response**: Automatically resize EC2 instances, roll back deployments, or restart services when alerts fire—no manual intervention required
30-
- **Connect your tools**: Integrate New Relic with AWS, Slack, Jira, ServiceNow, and any HTTP API to send enriched alert data where your team works
31-
- **Add approval gates**: Include human oversight in critical workflows—request team confirmation before scaling production infrastructure or executing rollbacks
32-
- **Handle complexity**: Use conditional logic, loops, and data transformations to automate your unique operational processes
29+
- **Faster incident response**: Automatically resize EC2 instances, roll back deployments, or restart services when alerts fire—no manual intervention required.
30+
- **Connect your tools**: Integrate New Relic with AWS, Slack, Jira, ServiceNow, and any HTTP API to send enriched alert data where your team works.
31+
- **Add approval gates**: Include human oversight in critical workflows—request team confirmation before scaling production infrastructure or executing rollbacks.
32+
- **Handle complexity**: Use conditional logic, loops, and data transformations to automate your unique operational processes.
3333

3434
## Common use cases
3535

@@ -77,60 +77,34 @@ Choose your path based on what you want to build:
7777
<TabsPageItem id="templates">
7878
Deploy pre-configured workflows for common scenarios—sending reports to Slack, rolling back deployments, resizing EC2 instances, and more.
7979

80-
1. Browse [available templates](/docs/workflow-automation/create-a-workflow-automation/use-a-template)
81-
2. Select a template that matches your use case
82-
3. Configure inputs (credentials, entity GUIDs, queries)
83-
4. Deploy and test
80+
1. Browse [available templates](/docs/workflow-automation/create-a-workflow-automation/use-a-template).
81+
2. Select a template that matches your use case.
82+
3. Configure inputs (credentials, entity GUIDs, queries).
83+
4. Deploy and test.
8484
</TabsPageItem>
8585

8686
<TabsPageItem id="custom">
8787
Build workflows from scratch using the drag-and-drop interface. Chain actions, add conditional logic, and integrate with your tools.
8888

89-
1. Review the [EC2 auto-resize example](/docs/workflow-automation/create-a-workflow-automation/create-your-own)
90-
2. Understand workflow patterns (switches, loops, approvals)
91-
3. Browse available [actions](/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog)
92-
4. Build incrementally and test each step
89+
1. Review the [EC2 auto-resize example](/docs/workflow-automation/create-a-workflow-automation/create-your-own).
90+
2. Understand workflow patterns (switches, loops, approvals).
91+
3. Browse available [actions](/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog).
92+
4. Build incrementally and test each step.
9393
</TabsPageItem>
9494

9595
<TabsPageItem id="setup">
9696
Configure credentials and notification channels so workflows can interact with external services.
9797

98-
**AWS workflows**: [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/set-up-aws-credentials) (IAM roles, users, or session tokens)
98+
**AWS workflows**: [Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/set-up-aws-credentials) (IAM roles, users, or session tokens).
9999

100-
**Notifications**: [Create destinations](/docs/workflow-automation/setup-and-configuration/create-destinations) (Slack, email, webhooks)
100+
**Notifications**: [Create destinations](/docs/workflow-automation/setup-and-configuration/create-destinations) (Slack, email, webhooks).
101101
</TabsPageItem>
102102
</TabsPages>
103103
</Tabs>
104104

105-
## Next steps
106-
107-
After creating your first workflow, learn to manage and optimize:
108-
109-
<CollapserGroup>
110-
<Collapser
111-
id="run-manage"
112-
title="Run and manage workflows"
113-
>
114-
- **[Start and schedule workflows](/docs/workflow-automation/create-a-workflow-automation/start-schedule)**: Trigger manually or set up recurring executions with cron expressions
115-
- **[Manage workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow)**: Edit configurations, duplicate for different environments, monitor execution history
116-
</Collapser>
117-
118-
<Collapser
119-
id="troubleshoot"
120-
title="Troubleshoot and optimize"
121-
>
122-
- **[Troubleshooting](/docs/workflow-automation/troubleshooting)**: Fix credential errors, integration issues, and workflow failures
123-
- **[Best practices](/docs/workflow-automation/limitations-and-faq/workflow-best-practices)**: Error handling, performance optimization, testing strategies
124-
- **[Workflow limits](/docs/workflow-automation/limitations-and-faq/workflow-limits)**: Understand timeouts, rate limits, and constraints
125-
</Collapser>
126-
127-
<Collapser
128-
id="advanced"
129-
title="Advanced topics"
130-
>
131-
- **[Actions catalog](/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog)**: Browse all available AWS, New Relic, and HTTP actions
132-
- **[Workflow examples](/docs/workflow-automation/workflow-examples)**: Learn from real-world automation scenarios
133-
- **[Workflow APIs](/docs/workflow-automation/workflow-automation-apis/using-workflow-automation-api)**: Manage workflows programmatically for CI/CD integration
134-
</Collapser>
135-
</CollapserGroup>
105+
## What's next
106+
107+
- **[Set up AWS credentials](/docs/workflow-automation/setup-and-configuration/set-up-aws-credentials)**: Configure AWS authentication for infrastructure automation.
108+
- **[Create destinations](/docs/workflow-automation/setup-and-configuration/create-destinations)**: Set up Slack, email, or webhook notifications.
109+
- **[Actions catalog](/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog)**: View all available AWS, New Relic, and integration actions.
136110

src/content/docs/workflow-automation/limitations-and-faq/workflow-best-practices.mdx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,7 @@ Ensure only authorized team members can edit workflows:
304304
2. Limit edit permissions to DevOps team
305305
3. Use separate accounts for production and test
306306

307-
## Next steps
307+
## What's next
308308

309-
**Understand limits:**
310-
- **[Workflow limits](/docs/workflow-automation/limitations-and-faq/workflow-limits)** - Timeout, action, and payload constraints
311-
312-
**Troubleshoot issues:**
313-
- **[Troubleshooting](/docs/workflow-automation/troubleshooting)** - Solutions to common problems
314-
315-
**See examples:**
316-
- **[Workflow examples](/docs/workflow-automation/workflow-examples)** - Real-world automation scenarios
317-
318-
**Manage workflows:**
319-
- **[Managing workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow)** - Edit, duplicate, and monitor workflows
309+
- **[Workflow limits](/docs/workflow-automation/limitations-and-faq/workflow-limits)**: Understand timeouts, rate limits, and constraints.
310+
- **[Workflow APIs](/docs/workflow-automation/workflow-automation-apis/using-workflow-automation-api)**: Manage workflows programmatically for CI/CD integration.

src/content/docs/workflow-automation/limitations-and-faq/workflow-limits.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ freshnessValidatedDate: never
9898
</table>
9999

100100

101-
## What's next?
101+
## What's next
102102

103-
You understand the technical boundaries. Now explore programmatic ways to manage your workflows at scale.
104-
105-
**Next in your journey**: [Workflow Automation APIs](/docs/workflow-automation/workflow-automation-apis/using-workflow-automation-api) - Learn how to create, manage, and run workflows programmatically.
106-
107-
**Additional resources**:
108-
- [Actions catalog](/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog) - Complete reference of all actions
109-
- [Best practices](/docs/workflow-automation/limitations-and-faq/workflow-best-practices) - Review optimization techniques
103+
- **[Workflow APIs](/docs/workflow-automation/workflow-automation-apis/using-workflow-automation-api)**: Manage workflows programmatically for CI/CD integration.

src/content/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ The following action catalogs are available for workflow automation:
2828
- [PagerDuty actions](/docs/workflow-automation/setup-and-configuration/actions-catalog/pagerduty) - Manage PagerDuty incidents and integrations
2929
- [Utility actions](/docs/workflow-automation/setup-and-configuration/actions-catalog/others) - Perform common data transformation and utility operations
3030

31-
## What's next?
31+
## What's next
3232

33-
You've seen all the actions available. Now it's time to put them together and build your first workflow.
34-
35-
**Next in your journey**: [Managing workflows](/docs/workflow-automation/create-a-workflow-automation/managing-workflow) - Learn how to create, manage, and run workflows in New Relic.
36-
37-
**Start building**:
38-
- [Use a workflow template](/docs/workflow-automation/create-a-workflow-automation/use-a-template) - Quick start with pre-built workflows
39-
- [Create your own workflow](/docs/workflow-automation/create-a-workflow-automation/create-your-own) - Build custom workflows from scratch
33+
- **[Use a template](/docs/workflow-automation/create-a-workflow-automation/use-a-template)**: Deploy pre-configured workflows for common scenarios.
34+
- **[Create your own workflow](/docs/workflow-automation/create-a-workflow-automation/create-your-own)**: Build custom workflows from scratch.

0 commit comments

Comments
 (0)