(Sorry if my topic title is not correct, because I’m Vietnamese)
Dear all,
I have a question:
In a request approval process, the default approval is assigned to someone. However, if that person does not process the request within a certain period of time (e.g. 5 minutes), the request will be transferred to a replacement. Similarly, if the replacement does not process the request within that period of time, the request will be transferred to the next replacement (if any) or back to the default handler. If the total waiting time (e.g. 30 minutes) is exceeded without approval, the request will be canceled.
So how should I model to represent this constraint?
Thanks.