You can use a loop marker to indicate that a task is repeating.
Alternatively you can mark your activity as being multi-instance. There's a sequential variant:
And also a parallel variant:
If you have a specific termination condition for your loop, i.e. something more specific than "Completed?", you might want to go with your original diagram to make the termination condition clear.
See here for more info.
You can use a loop marker to indicate that a task is repeating.
Alternatively you can mark your activity as being multi-instance. There's a sequential variant:
And also a parallel variant:
If you have a specific termination condition for your loop, i.e. something more specific than "Completed?", you might want to go with your original diagram to make the termination condition clear. See here for more info.