Online Lookup

This pattern provides direct interaction between the data requester (workflow client) and the enterprise information system (EIS), supplying real-time EIS data rather than cached data.



While the server notification and cached data patterns are flexible regarding MBO definition and cache group policy, the online lookup pattern must have at least one findByParameter and use the Online cache group policy:
  1. The workflow client requests data using the findByParameter object query.
  2. Since the MBO associated with the object query is in a cache group that uses an Online policy, Unwired Server retrieves the requested data directly from the EIS and not the cache.
  3. Online data is returned to the client.

In this example, online data retrieval by the workflow client is triggered when the user selects the Submit menu item that calls the findByParameter object query.