Reference > System URLs > Scheduler URLs
RaiseECEvent URL
Invoked by the WebSphere Commerce scheduler to process pending base ECEvents. This URL is called by scheduler. No display page will return.
URL structure
- http:// host_name/path/
- The fully qualified name of the WebSphere Commerce Server and the configuration path
name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />
Parameter Values
- eventId
- Optional identifier of a specific event that will be raised regardless of whether it has already been processed. If omitted then all unprocessed pending events will be raised.
Example
This example invokes the event monitor to process pending events.
http://myhostname/webapp/wcs/stores/servlet/RaiseECEvent?
Behavior
- Checks for pending events.
- For each event, the command raises the event.
Exception Conditions
None.
Related concepts
Marketing Event Monitor for WebSphere Commerce Accelerator
Related reference