holunda-io / camunda-bpm-taskpool

Library for pooling user tasks and process related business objects.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
68 stars 26 forks source link

In example, user task for should react on error if the task can not be loaded #273

Closed zambrovski closed 2 years ago

zambrovski commented 4 years ago

Steps to reproduce

If I change permission and open a task I'm not allowed to, the form is loaded (empty) instead of informing that the task can't be loaded.

Expected behaviour

A task is not shown if it is not allowed to be edited. If the task is accessed somehow else, the erro should appear instead of an empty form.

Actual behaviour

Empty form is shown.

zambrovski commented 4 years ago

I observed (with help of in-memory single node scenario), that the frontend is lacking refresh requests after a task is completed. This is the reason why non-existent tasks appear in the list and why wrong requests are sent out from the frontend...

zambrovski commented 2 years ago

Moved to https://github.com/holunda-io/polyflow-examples/issues/11