Synthetic Event Methods
The following table describes the different synthetic event methods.
Synthetic Event Method | Description |
---|---|
FrameEventMethodWFNext |
Uses an applet to move the user forward in an interactive Workflow Process. To use a synthetic event that resumes a Workflow Process from a step that is different from the current step on which the Workflow Process is waiting, use a prefix of BF in the method name. For example, FrameEventMethodWFBFevent_name. Use this optional BF prefix to define backward and forward behavior for the synthetic event. |
EventMethodWFNext |
Operates the same as FrameEventMethodWFNext except when navigation occurs through the business component. |
FrameEventMethodWFBack EventMethodWFBack |
Moves the user backwards in the interactive Workflow Processs. |
SaveWorkflow |
Pauses and saves the interactive Workflow Process and makes it appear in the user Inbox. |
ResumeLastIntFlow |
Resumes the interactive Workflow Process that Siebel CRM most recently ran. ResumeLastIntFlow is not specific to a particular Workflow Process. Siebel CRM can call it from elsewhere in a Siebel CRM application. The button that corresponds to this event can reside in an applet. It is recommended that you place this button in the task bar where Siebel CRM locates the Site Map icon. |