Skip to content

Commit 9ba77ac

Browse files
committed
Add deprecation notes for Workflow Designer
1 parent 414cf39 commit 9ba77ac

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

content/en/docs/tools/sdk/sdk-download.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "SDK Download"
3-
date: 2023-06-27
3+
date: 2023-11-17
44
weight: 10
55
file_download: true
66
toc: true
@@ -38,6 +38,10 @@ See the [Beanviser release notes]({{< relref "beanviser-release-notes" >}}).
3838

3939
## Workflow Designer
4040

41+
{{< caution >}}
42+
Workflow Designer is no longer maintained since December 2019.
43+
{{< /caution >}}
44+
4145
* Version: v1.0.3
4246

4347
| Platform | Workflow Designer Package | Size |

content/en/docs/tools/sdk/workflow-designer/workflow-designer-release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: Release Notes
33
display_title: Workflow Designer Release Notes
4-
date: 2019-12-23
4+
date: 2023-11-17
55
weight: 20
66
toc: true
77
---
88

9+
{{< caution >}}
10+
Workflow Designer is no longer maintained since December 2019.
11+
{{< /caution >}}
12+
913
This page provides the summary of each Workflow Designer release for webOS Open Source Edition (OSE).
1014

1115
## v1.0.3 (December 23, 2019)

content/en/docs/tools/sdk/workflow-designer/workflow-designer-user-guide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: User Guide
33
display_title: Workflow Designer User Guide
4-
date: 2020-03-06
4+
date: 2023-11-17
55
weight: 10
66
toc: true
77
---
88

9+
{{< caution >}}
10+
Workflow Designer is no longer maintained since December 2019.
11+
{{< /caution >}}
12+
913
Workflow Designer is a GUI-based utility which allows you to add AI logic to your web app, without actually modifying its source code. This makes your web app context-aware and therefore provides a better experience to your customers. For example, without updating the source code of your app, you can configure it to perform operations on voice instructions.
1014

1115
This functionality is provided by an ecosystem that includes **Workflow Designer** and **Context Intent Manager (CIM)**. While Workflow Designer is used to define the workflow, CIM is used to execute the flow. The CIM component that is provided in the webOS image, interacts with the AI engine and the workflow to provide the required functionality. Check the video below for a basic walkthrough.

0 commit comments

Comments
 (0)