I'm trying to model a UML Activity Diagram for a medical appointment process. At some point the health center needs to confirm the patient's assistance, in which point the patient can choose whether to confirm their assistance, re-schedule the appointment, or cancel it. I'm using a decision node with a "is going to assist?" statement, so the two logical paths are 'yes' and 'no'. If the answer is yes, then the process continues, but if it is no instead, then there's another decision node "is going to re-schedule?".
Can a flow go from one decision node to another? If not, what should I do in this case?