Expression Support for Future Dated Requests

Future dated requests can be evaluated by expressions to apply conditional logic to a custom validation, policy filter, or subscription filter based on the future time label parameters of a request.  The Request object in an expression includes the following additions:

  • IsFutureDated method on Status attribute
  • TimeLabel object with two attributes
    • Name of time label
    • Timestamp of time label

Business Benefit: Custom validations, workflow policies, and subscriptions can behave differently for future dated requests than normal requests submitted for the current time period.

Key Resources