bpm-crafters / process-engine-api

Beautiful implementation-agnostic process engine API.
https://bpm-crafters.github.io/process-engine-api/stable/
Apache License 2.0
13 stars 1 forks source link

Provide a UserTaskSupport for local access to delivered tasks / payloads #89

Closed zambrovski closed 1 month ago

zambrovski commented 1 month ago

Scenario

As a developer and tester I might have a local copy of all user tasks used in the system. Independent of the provision of those tasks to a task list, the functionality for pooling task information and payload should be available.

There is no need to instantiate or autoconfigure this component, but its implementation could be available.