From 9ba77ac75469b19ec1e5e4f2ed4e1ec00edda5fd Mon Sep 17 00:00:00 2001 From: Heeam-Shin Date: Fri, 17 Nov 2023 10:41:15 +0900 Subject: [PATCH] Add deprecation notes for Workflow Designer --- content/en/docs/tools/sdk/sdk-download.md | 6 +++++- .../workflow-designer/workflow-designer-release-notes.md | 6 +++++- .../sdk/workflow-designer/workflow-designer-user-guide.md | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tools/sdk/sdk-download.md b/content/en/docs/tools/sdk/sdk-download.md index f1308434..db5e1d9b 100644 --- a/content/en/docs/tools/sdk/sdk-download.md +++ b/content/en/docs/tools/sdk/sdk-download.md @@ -1,6 +1,6 @@ --- title: "SDK Download" -date: 2023-06-27 +date: 2023-11-17 weight: 10 file_download: true toc: true @@ -38,6 +38,10 @@ See the [Beanviser release notes]({{< relref "beanviser-release-notes" >}}). ## Workflow Designer +{{< caution >}} +Workflow Designer is no longer maintained since December 2019. +{{< /caution >}} + * Version: v1.0.3 | Platform | Workflow Designer Package | Size | diff --git a/content/en/docs/tools/sdk/workflow-designer/workflow-designer-release-notes.md b/content/en/docs/tools/sdk/workflow-designer/workflow-designer-release-notes.md index 33b3befc..0726f394 100644 --- a/content/en/docs/tools/sdk/workflow-designer/workflow-designer-release-notes.md +++ b/content/en/docs/tools/sdk/workflow-designer/workflow-designer-release-notes.md @@ -1,11 +1,15 @@ --- title: Release Notes display_title: Workflow Designer Release Notes -date: 2019-12-23 +date: 2023-11-17 weight: 20 toc: true --- +{{< caution >}} +Workflow Designer is no longer maintained since December 2019. +{{< /caution >}} + This page provides the summary of each Workflow Designer release for webOS Open Source Edition (OSE). ## v1.0.3 (December 23, 2019) diff --git a/content/en/docs/tools/sdk/workflow-designer/workflow-designer-user-guide.md b/content/en/docs/tools/sdk/workflow-designer/workflow-designer-user-guide.md index 851549f0..2dab228d 100644 --- a/content/en/docs/tools/sdk/workflow-designer/workflow-designer-user-guide.md +++ b/content/en/docs/tools/sdk/workflow-designer/workflow-designer-user-guide.md @@ -1,11 +1,15 @@ --- title: User Guide display_title: Workflow Designer User Guide -date: 2020-03-06 +date: 2023-11-17 weight: 10 toc: true --- +{{< caution >}} +Workflow Designer is no longer maintained since December 2019. +{{< /caution >}} + 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. 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.