- From: Gary Brown <gary@pi4tech.com>
- Date: Mon, 12 Jun 2006 11:26:38 +0100
- To: 'WS-Choreography List' <public-ws-chor@w3.org>
This is a proposal to resolve: http://www.w3.org/Bugs/Public/show_bug.cgi?id=3101 Section 5.3.1 WS-CDL functions Update paragraph 14: * /xsd:boolean hasChoreographyCompleted(xsd:string choreoName, xsd:string choreoInstanceId?)/ Returns true if the performed choreography associated with the parameter 'choreoName' and OPTIONAL /choreoInstanceId/ has a status of completed (whether successfully or not). If choreoInstanceId is not specified, the function will evaluate whether all performed choreographies, with the supplied name, have completed. If the named choreography has not been performed, prior to this function being called, it will return false. replacing "status of completed (whether successfully or not)." with "status of 'completed-successfully', 'completed-unsuccessfully' or 'closed'." This change is to make it explicit that the choreography would be considered completed (in terms of its normal flow) when it enters either of the three listed states. Regards Gary
Received on Monday, 12 June 2006 10:26:52 UTC