Proposal for Bug 3108 - Activity names

For a tool that generates code associated with CDL activities, use of a 
name is important to correlate the activity and the implementation code.

The specific 'name' attribute that is required is associated with the 
silentAction activity:


      6.5 Marking Silent Actions

Change

<silentAction roleType="QName"? />

To

<silentAction name="NCName"? roleType="QName"? />

The name attribute is used to specify a name for each silent action 
declared within a choreography.




Other activities without names are:
sequence
choice
parallel
perform
assign (although the copy elements do)
noAction


Need to discuss whether these should have the optional name attribute 
aswell, with appropriately adjusted text.

Received on Wednesday, 19 July 2006 14:26:39 UTC