Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Business Process Execution Language for Web Services 2nd Edition

You're reading from   Business Process Execution Language for Web Services 2nd Edition

Arrow left icon
Product type Paperback
Published in Jan 2006
Publisher Packt
ISBN-13 9781904811817
Length 372 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Business Process Execution Language for Web Services
Credits
About the Authors
About the Reviewers
Preface
1. Introduction to BPEL and SOA FREE CHAPTER 2. Web Services Technology Stack 3. Service Composition with BPEL 4. Advanced BPEL 5. Oracle BPEL Process Manager and BPEL Designer: Overview 6. Oracle BPEL Process Manager: Advanced Features 7. MS BizTalk Server BPEL Syntax Reference Index

Deadline and Duration Expressions


To specify deadlines and durations for activities, BPEL uses lexical representations of corresponding XML Schema data types. For setting deadlines, the data types are either dateTime or date. For setting the duration (a timeout, for instance), you can use the duration data type. The lexical representation of expressions should conform to the XPath 1.0 (or the selected query language) specifications. Such expressions should evaluate to values of corresponding XML Schema types: dateTime and date for deadline and duration for duration expressions.

All three data types use lexical representations that conform to the ISO 8601 standard. For more information on this standard, see the ISO web page at http://www.iso.ch. The ISO 8601 lexical format uses characters within date and time information. Characters are appended to the numbers and have the following meaning:

  • C represents centuries.

  • Y represents years.

  • M represents months.

  • D represents days.

  • h represents hours.

  • m represents minutes.

  • s represents seconds. Seconds can be represented in the format ss.sss to increase precision.

  • Z is used to designate Coordinated Universal Time (UTC). It should immediately follow the time-of-day element.

For the dateTime expressions, there is an additional designator:

  • T is used as a time designator that indicates the start of the representation of the time.

For duration expressions, the following characters can also be used:

  • P is used as the time duration designator. Duration expressions always start with P.

  • Y represents the number of years.

  • M represents the number of months or minutes.

  • D represents the number of days.

  • H represents the number of hours.

  • S represents the number of seconds.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image