From f9144901a981a311435a610bcfd9a7a271aa06c0 Mon Sep 17 00:00:00 2001 From: yanavasileva Date: Wed, 7 Oct 2020 09:36:15 +0200 Subject: [PATCH] chore(sdk-js): clarify supported user forms in custom tasklist examples Related to CAM-12570 --- sdk-js/browser-forms-angular/README.md | 2 +- sdk-js/browser-forms/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk-js/browser-forms-angular/README.md b/sdk-js/browser-forms-angular/README.md index 553a266f5..2bc26ad8a 100644 --- a/sdk-js/browser-forms-angular/README.md +++ b/sdk-js/browser-forms-angular/README.md @@ -1,6 +1,6 @@ # Standalone usage of JS SDK with AngularJS -This example attempts to illustrate the way to implement (or use) the [JS SDK](https://github.com/camunda/camunda-bpm-webapp/tree/7.13/camunda-bpm-sdk-js) to work with user task forms. +This example attempts to illustrate the way to implement (or use) the [JS SDK](https://github.com/camunda/camunda-bpm-webapp/tree/7.13/camunda-bpm-sdk-js) to work with user task forms. Please note that the example only covers the use case of user task forms that are deployed within process application. Forms which are deployed using the REST or Java API are not supported. For more information, please visit our [User guide](https://docs.camunda.org/manual/latest/user-guide/task-forms/#embedded-task-forms). ![SDK JS standalone usage with AngularJS](screenshot.png) diff --git a/sdk-js/browser-forms/README.md b/sdk-js/browser-forms/README.md index 15525aa47..05a15c490 100644 --- a/sdk-js/browser-forms/README.md +++ b/sdk-js/browser-forms/README.md @@ -1,6 +1,7 @@ # Standalone usage of JS SDK This example attempts to illustrate the way to implement (or use) the [JS SDK](https://github.com/camunda/camunda-bpm-webapp/tree/7.13/camunda-bpm-sdk-js) to work with user task forms. +Please note that the example only covers the use case of user task forms that are deployed within process application. Forms which are deployed using the REST or Java API are not supported. For more information, please visit our [User guide](https://docs.camunda.org/manual/latest/user-guide/task-forms/#embedded-task-forms). ![SDK JS standalone usage](screenshot.png)