<div>Hi Hal</div>
<div>&nbsp;</div>
<div>The standard setup in SAP is generally via events. Most of the business processes trigger&nbsp;events which are used by most developers as the primary method of workflow trigger.&nbsp;This enables&nbsp;better monitoring through the Event trace, event queue, etc. These are not possible&nbsp;while kicking off workflows directly, where you may have to pass messages back to the initiating application if there were problems starting the workflow, which in most instances may not be meaningful to the end user. Also, the single great feature of event&nbsp;mechanism is the ability&nbsp;to retrigger them from SWUE by just passing the object key (in most instances).
</div>
<div>&nbsp;</div>