Setting the Processing Mode Property of a Wait Step

If you configure Siebel CRM to use SetFieldValue to start a Workflow Process, then it is recommended that you set the Processing Mode property to Local Synchronous. SetFieldValue can occur without committing data. Setting the Processing Mode to Remote Synchronous or Remote Asynchronous when using SetFieldValue might result in a Workflow Process that runs out of process, which means that Siebel CRM runs in a completely different thread and probably at a different time. In this situation, the Workflow Process cannot access data that Siebel CRM has not committed. It cannot access all the current runtime data. For more information, see Server Requests Business Service.