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


 

This proposal only needs to be modified to align it with the resolution of BP-61, by noting that the new elements should be added to tTaskDetails (not tTask).

 

Michael

 

 

From: Luc Clement [mailto:luc.clement@activevos.com]
Sent: Thursday, September 11, 2008 6:51 PM
To: bpel4people@lists.oasis-open.org
Subject: [bpel4people] 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]