1.0.4 • Published 3 years ago

jstasklist v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Camunda TaskList JS

A JavaScript class that offers a seamless way to communicate with Camunda's TaskList component. It simplifies the process of managing user tasks, especially external tasks.

Installation

Install the package using npm:

npm install jstasklist

Usages

Create an instance of the JsTaskList class

const taskListInstance = new JsTaskList("http://example.com", "user", "pass");
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago