The 0 link has a transition condition and is the only outgoing link of 1 activity.
Explanation
If only one link with a condition exists between two activities and this condition evaluates to 'false' an exception will be thrown at runtime.
User response
Either remove the condition or add another outgoing link.