Hello,

I have a 2 questions related to Business Rules and the Rules module:

1. Can they co-exist in a Drupal 9 installation, if each can do something that the other can't?

2. If a module already has an action for Rules, how easy is it to convert that code into an action for Business Rules? If the answer is "it depends" what are some of the things to are likely to make it easier or more difficult?

Thank you.

Comments

jsibley created an issue.

delacosta456’s picture

hi
i am not expert but the two module can co-exist easily if you are careful and know what your doing. which means that one can do what the other can't but you have to take care for example:

- on when both of them are acting on the same entity
- make sure of how you setup rule on each other so that they are fired one after the other if same entity
- and so on

for your second question i don't think it will be easy to convert code of one to another. They follow different logic i think. May be an expert can give you more info than me about that.