Skip to content

Commit

Permalink
docs: polished deprecation style
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegalbraithrussell committed Jun 25, 2024
1 parent aea4c85 commit 00cbedb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions docs/_steps/workflow_steps_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ order: 1

<div class="section-content">

**⚠️ Workflow Steps from Apps are a deprecated feature, not to be confused with workflows that are part of the next generation Slack platform. They are not interchangeable features. We encourage those who are currently publishing Workflow Steps from apps to consider the new [automation features](https://api.slack.com/automation) and [custom steps for bolt](https://api.slack.com/automation/functions/custom-bolt).**
**⚠️ Workflow Steps from Apps are a deprecated feature.dd**

Workflow Steps from apps allow your app to create and process custom workflow steps that users can add using [Workflow Builder](https://api.slack.com/workflows).
**Workflow Steps from Apps are different than, and not interchangable with, Slack automation workflows. We encourage those who are currently publishing Workflow Steps from Apps to consider the new [Slack automation features](https://api.slack.com/automation), such as [custom functions for Bolt](#functions).**

**Please [read the Slack API changelog entry](https://api.slack.com/changelog/2023-08-workflow-steps-from-apps-step-back) for more information.**

---

Workflow Steps from Apps allow your app to create and process custom workflow steps that users can add using [Workflow Builder](https://api.slack.com/workflows).

A workflow step is made up of three distinct user events:

Expand All @@ -19,6 +25,6 @@ A workflow step is made up of three distinct user events:

All three events must be handled for a workflow step to function.

Read more about workflow steps from apps in the [API documentation](https://api.slack.com/workflows/steps).
Read more about Workflow Steps from Apps in the [API documentation](https://api.slack.com/legacy/workflows/steps).

</div>
2 changes: 1 addition & 1 deletion docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ body {
padding-bottom: 1em;
}

.tutorial .label-deprecated {
.label-deprecated {
line-height: 1em;
vertical-align: middle;
color: var(--white);
Expand Down

0 comments on commit 00cbedb

Please sign in to comment.