Hi everybody, sorry the delay on reply, but I was a little bit busy.
About your question sargasso, if there's any way to get one or more scenario from an activity diagram, I "almost" found a way. The procedure is:
1. After you describe your use cases scenarios in terms of activities you assign three taged values to each activity:
a) Use Case: The use case it belongs to,
b) The Scenario: A Scenario Identifier, for instance BP (BAsic Path), A1 (Alternate 1), E1 (Exception 1) and so on.
c) A Squence number, for instance SQ1, (step1), SQn (Step n)
3. Export your model to a Database Repository
4. Using the power of SQL you can retrieve a list of activity description, ordered by sequence number, per scenario, per uscase; joining the object table and the taggedvalues table.
But here comes the reason why I "almost" found it.

. EA does not export tagged values to the t_taggedvalues table of the EA repository Model.
I dont' know if this is a bug, may be I'm confussed on the use of the t_taggedvalue table or is a bug located between the keyboard and the chair.