State diagram

Each of the processes described in the use case has its own initial state and ends with a final state. The following diagram illustrates both processes and how they are related:

State diagram showing the Credit Card Application flow

The "Gather Info" subflow process exits have returning arrows with the eventNames underlined. This is to differentiate them from regular events between states of the same flow. States with a type of "final" have an exitEventName in the typeIdInfo attribute. They are used as the eventNames to be passed to the parent process.