Feature - Advanced custom status conditions

Hello.

I have been struggling with the creation of some custom status because of how the conditions work. I have two suggestions regarding this:

  1. Add the possibility to combine conditions to activate the status. At the moment, you can only use one type of condition (AND or OR). E.g.:
    IF (condition_1 AND condition_2) OR (condition_3 AND condition_4) activate status

  2. Add the possibility to use other statuses from the same entity as condition. E.g:
    IF entity.status_1 and entity.status_2 activate status_3

Would this be possible to add at some point in the future?

Thank you.