-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yellow messages (business constraints) in practice #1490
Comments
Surprised to see this is a problem. I'm not in touch with the latest developments, but earlier, the yellow messages were violations of process rules, which means there is a role associated with each of them. If I remember correctly, the desired behaviour will appear when you use SIAM, which means your users need to get/register accounts and the roles they perform. I would think, but am not sure, that the yellow messages test to see if |
For the Semantic Treehouse project we indeed avoid process rules (that can be violated) for human users. This is because the rules are only |
This can be done by adding a term to (the left side of) the violation expression that filters out the users for such roles that have dealing with the subject matter. For example, if there is an order, and a particular user assigned as the order manager, as in |
Good that you mention this possibility, because I now realize that there is a wrong way of caching implemented. There is a conjunct cache implemented that stores violations in a database table. It allows to more quickly show process violations. However, new violations that are created for a given session, are also shown to other sessions with the same role. |
Problem
A yellow message contains the violations of a business constraint (aka process rule) to all users with the ROLEs that maintain that business constraint. When an information system is being used by one or a few users, this is no problem. In reality, information systems serve many users simultaneously. In such cases we need a mechanism to get yellow messages only to the people who need them.
Use cases
Solution
@sjcjoosten, I understand you have an idea? Please describe it here by editing this comment, so the proposed solution appears in the first comment of this issue.
I suggest that @hanjoosten, @Michiel-s, @sjcjoosten, and @stefjoosten discuss this issue further.
The text was updated successfully, but these errors were encountered: