OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.WorkflowEventReceiver
Implementsosid.OsidReceiver
Description

The workflow event receiver is the consumer supplied interface for receiving notifications pertaining to new WorkflowEvents.

MethodnewWorkflowEvents
Description

The callback for notifications of new workflow events.

Parametersosid.id.IdListworkflowEventIdsthe Ids of the new WorkflowEvents
CompliancemandatoryThis method must be implemented.