Skip to content

Commit

Permalink
chore(sdk-js): clarify supported user forms in custom tasklist examples
Browse files Browse the repository at this point in the history
Related to CAM-12570
  • Loading branch information
yanavasileva committed Oct 7, 2020
1 parent bbec437 commit f914490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-js/browser-forms-angular/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions sdk-js/browser-forms/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit f914490

Please sign in to comment.