-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
Run the invoice show case. One instance is waiting at the review invoice task. One instance is waiting at the approve invoice task
Reproduce:
- Create a new filter with the following criteria:
Key: Task name Value: review invoice - Create a new filter in the list of tasks:
Type: Name Operator: = Value: approve invoice
Problem:
Approve Invoice Task is displayed in the list of tasks
Expected behavior:
List of tasks is empty
The described problem in this issue is expected behavior: Task name and Name are both mapping to the same field in the engine logic. Therefore, by setting both filter criteria the Name filter is overwriting the Task name filter. A possibly desired behavior would be to refine the filter behavior, so both criteria would apply. However, such a refinement is not possible in the current Camunda engine.
As a consequence, I close this issue unfixed. If you have questions related to this matter, don't hesitate to ask me.