I'm new to SysML and modeling in general and this is for the purpose of learning. I have an activity diagram and multiple calls to a "Call behavior" and would like the calling activity diagram to continue from where it left off, after the Call behavior has finished executing. I tried using guards, even though that is not exactly accurate, but that did not work for me either.
The left part of the diagram shows a merge node with a control flow to "Verify_And_Map_Data", and the intention is for all three operations to repeat the call behavior in sequence.
The sequence intended is :
- Initialize_Master_Follow_Data
- Verify_And_Map_Data
- Initialize_XOR_Data
- Verify_And_Map_Data
- Initialize_Feedback_Linked_Data
- Validate_Motor_Start_Stop
Edit: Thanks qwerty_so . How about this one, it pretty much contains the same elements and control flow, exempt for evStartAnimation,, and organized in a top down way.