Mobile Workflow Data Flow

In the business workflow model, when you invoke an MBO operation located on Unwired Server using a Submit action, you can specify synchronous behavior (the messaging application waits for a successful or failed response from Unwired Server before proceeding). From an MBO/EIS perspective, Unwired Server updates are asynchronous (the server does not wait for a response).

Some of the differences between messaging mobile applications and replicated mobile applications include:

This workflow example is a travel approval application that includes:
  1. An e-mail requesting travel is submitted.
  2. Depending on the data refresh schedule or the operation's cache policy, the cache in CDB will be updated.
  3. Triggers a message to the approver.
  4. The travel request is approved through e-mail.
  5. The EIS is updated with the approved information.
  6. Depending on the data refresh schedule or the operation's cache policy, the cache in the CDB is updated.
  7. The requester receives approval.
Related concepts
Unwired Server Cache
Synchronization and Data Refresh Triggers
Synchronization and Data Refresh Data Flow
Data Refresh Data Flow
Synchronization and Data Refresh Strategies