Jump to content

Workflow Open Service Interface Definition

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tjcoppet (talk | contribs) at 16:06, 18 December 2005 (Summary). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
File:Oki-logo.gif




Summary

The Workflow Open Service Interface Definition (OSID) is an O.K.I. specification which provides the means to define a Process comprised of Steps. OSIDs are programmatic interfaces which comprise a Service Oriented Architecture for designing and building reusable and interoperable software.

Each Step has Input Conditions and Output States. A Process exists to advance Work from an initial to a terminal Step. The advance is affected by events that are performed as part of a Step, the result of which is a new Step Output State. Work events are the result of Agents performing a specific role in the Process.

Part of the service providers responsibility is to define the Process and its Steps. Other parts of the service are intended to capture the events of a user in the Process. Separate applications for designing and using Workflow are likely to be written, each of which will rely on one or more OSIDs.

The Workflow OSID provides an application, or set of applications, with the means for coordinating and managing workflow based on some predetermined logic, among one or more actors (Agents). Abstracting and separating the workflow from the application insulates the application from changes in the workflow logic. Common tools for displaying, monitoring and maintaining workflow could be used in conjunction with the application, saving the application from delivering this functionality.

See Also