Hello,
is it possible to add custom information/attributes/fields (whatever you want to call it) to a user? (an attribute-value pair)
The use case is as follows: Task1 should only be taken over by a user who has the custom information “work experience” → “10 years” and “degree” → “Dr”. The two attributes “work experience” and “degree” must therefore be checked.
Adding new attributes to a user should be possible, e.g. using a customized Spring Security configuration. You’d then have a Principal of your own type that would have those attributes.
However I see no way to make Camunda Cockpit to evaluate those attributes as you’d like it to.