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: BP-41: Last modification information for tasks


Assigned: http://www.osoa.org/jira/browse/BP-41

 

From: Michael Rowley [mailto:michael.rowley@activevos.com]
Sent: Thursday, September 11, 2008 17:28
To: bpel4people@lists.oasis-open.org
Subject: [bpel4people] 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]