1.0.4 • Published 9 months ago

jstasklist v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago