You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workflow-automation/create-a-workflow-automation/create-your-own.mdx
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -644,20 +644,7 @@ Now let's build each part of the workflow. Each step includes the specific actio
644
644
</Steps>
645
645
646
646
647
-
## Next steps
648
-
649
-
### Run and manage
647
+
## What's next
650
648
651
649
- **[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.
- **[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.
Copy file name to clipboardExpand all lines: src/content/docs/workflow-automation/create-a-workflow-automation/managing-workflow.mdx
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,17 +132,7 @@ Remove workflows you no longer need.
132
132
- You have a backup copy if you might need it later
133
133
- All scheduled runs are identified and accounted for
134
134
135
-
## Next steps
135
+
## What's next
136
136
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.
Copy file name to clipboardExpand all lines: src/content/docs/workflow-automation/create-a-workflow-automation/use-a-template.mdx
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Most templates need credentials and integrations:
42
42
<Step>
43
43
### Find the right template
44
44
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.
46
46
</Step>
47
47
48
48
<Step>
@@ -259,19 +259,8 @@ If your workflow fails or doesn't behave as expected:
259
259
</CollapserGroup>
260
260
261
261
262
-
## Next steps
262
+
## What's next
263
263
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
-**[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.
Copy file name to clipboardExpand all lines: src/content/docs/workflow-automation/introduction-to-workflow.mdx
+19-45Lines changed: 19 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ Workflow Automation connects New Relic with your existing tools to automate inci
26
26
27
27
## Key benefits
28
28
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.
33
33
34
34
## Common use cases
35
35
@@ -77,60 +77,34 @@ Choose your path based on what you want to build:
77
77
<TabsPageItemid="templates">
78
78
Deploy pre-configured workflows for common scenarios—sending reports to Slack, rolling back deployments, resizing EC2 instances, and more.
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
-**[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.
Copy file name to clipboardExpand all lines: src/content/docs/workflow-automation/limitations-and-faq/workflow-limits.mdx
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,12 +98,6 @@ freshnessValidatedDate: never
98
98
</table>
99
99
100
100
101
-
## What's next?
101
+
## What's next
102
102
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
Copy file name to clipboardExpand all lines: src/content/docs/workflow-automation/setup-and-configuration/actions-catalog/actions-catalog.mdx
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,7 @@ The following action catalogs are available for workflow automation:
28
28
-[PagerDuty actions](/docs/workflow-automation/setup-and-configuration/actions-catalog/pagerduty) - Manage PagerDuty incidents and integrations
29
29
-[Utility actions](/docs/workflow-automation/setup-and-configuration/actions-catalog/others) - Perform common data transformation and utility operations
30
30
31
-
## What's next?
31
+
## What's next
32
32
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