OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: NEW ISSUE: Last modification information for tasks


 

TARGET: WS-HT

 

DESCRIPTION:

 

Tasks currently have information about who created them and when.  Here are two of the child elements of the <task> element:

 

    <xsd:element name="createdOn"

                 type="xsd:dateTime"/>

    <xsd:element name="createdBy"

                 type="xsd:string" minOccurs="0"/>

 

However, there is currently no recorded information about the last modification of a task.

 

PROPOSED RESOLUTION:

 

Two new child elements should be added to the <task> element, in order to record by who and when the task was last modified:

 

    <xsd:element name="lastModifiedTime"

                 type="xsd:dateTime"/>

    <xsd:element name="lastModifiedBy"

                 type="xsd:string" minOccurs="0"/>

 

 

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]