Results 1 to 2 of 2

Thread: Standard Context Variables

  1. #1
    Join Date
    May 2005
    Location
    Fallbrook, CA
    Posts
    22

    Default Standard Context Variables

    I'm aware that there are certain "standard" variables placed into the context, such as currentStateId and flowExecutionId. Where would I read about other variables (if any) which are made available in that way? Something like "now" which would provide the current date/time would be convenient.

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    The method FlowExecutionManager.prepareViewDescriptor() exposes the following attributes to the view:

    "flowExecutionId" - the unique id of the flow execution
    "flowExecution" - the FlowExecution object, giving you access to a lot of info on the ongoing execution
    "currentStateId" - the id of the current state

    Erwin

Similar Threads

  1. Replies: 2
    Last Post: Oct 13th, 2005, 02:47 PM
  2. Replies: 3
    Last Post: Jul 27th, 2005, 10:41 AM
  3. Loosing my SecureContext
    By sklakken in forum Security
    Replies: 3
    Last Post: Jul 21st, 2005, 01:44 PM
  4. Replies: 4
    Last Post: May 29th, 2005, 07:39 AM
  5. Stack Overflow
    By rayho222 in forum Container
    Replies: 6
    Last Post: May 17th, 2005, 03:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •