Previous  Next          Contents  Index  Glossary

Raising Events

In addition to raising events from your applications or through workflows, you can raise events that do not require additional parameters manually using the Raise Event web page. When you raise an event, the Event Manager searches for and executes any active subscriptions by the local system to that event with a source type of Local, and also any active subscriptions by the local sytem to the Any event with a source type of Local.

   To Raise an Event

	<webagent>/wf_event_html.entereventdetails

Attention: This URL accesses a secured page, so if you have not yet logged on as valid user in the current web session, you will be prompted to do so before the page appears. You must have workflow administrator privileges to access the Event Manager web pages.

Note: You can also access the Raise Event web page from the Oracle Workflow home page. See: Accessing the Oracle Workflow Home Page.

Note: The maximum length of the data you can enter in the Event Data field is 32 kilobytes. If the event data exceeds 32 Kb, you should assign a Generate function in the event definition to generate the event data, rather than entering the data directly in the Event Data field. See: To Define an Event.

You can also choose to raise the event using the WF_EVENT.Raise API instead. This method lets you provide the event data as a CLOB storing up to four gigabytes of data. See: Raise.


         Previous  Next          Contents  Index  Glossary