Package org.osid.workflow


package org.osid.workflow

The Open Service Interface Definitions for the org.osid.workflow service.

The Workflow OSID provides a means for managing the flow of work. The Workflow OSID is part of a service cluster that includes the Resourcing OSID, Tracking OSID and Process OSID. The Workflow OSID provides an overall view of the flow of work through a process.

Work

Work is an abstract concept that indicates something to be worked on by Resources (workers) in a workflow Process .

Steps

A Step is the primary component of a workflow process in which work is performed. A Step may have required input conditions (or states) that permit Work to enter a Step . When the Work is completed at a Step , the Step defines the State transition of the Work . The valid next Steps in a Process is determined by the accepted input States of the other Steps .

A Step may have assigned Resources to perform the work. These Resources may be managed manually in the Workflow OSID or through orchestration of the Resourcing OSID where the Process maps to a Job and the Work is the Work .

Processes

A Process is a set of Steps in a workflow. Work entering a Process is assigned an initial Step and an initial State as defined by the Process .

Both Processes and Steps are OsidGovernators that may be operated through a set of rules to dynamically manage the workflow.

Office Cataloging

Work , Steps , and Processes may be organized into federateable OsidCatalogs .

Sub Packages

The Workflow OSID includes a Workflow Rules OSID to manage the operation of Processes and Steps and impose additional input constraints on Steps . It also includes a Workflow Event OSID to receive and manage workflow events.




Copyright © 2004 Massachusetts Institute of Technology.

Copyright © 2011,2014 Ingenescus. All Rights Reserved.

This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.

Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notices and the terms of this license on ALL copies of the Work or portions thereof.

You may modify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, "Derivative" shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.

This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.

The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting this Work.

  • Interfaces
    Class
    Description
    This session provides methods for manually moving work through a workflow.
    An Office represents a collection of process.
    This session creates, updates, and deletes Offices .
    This is the form for creating and updating offices.
    This session defines methods for managing a hierarchy of Office objects.
    This session defines methods for traversing a hierarchy of Offices .
    Like all OsidLists , OfficeList provides a means for accessing Office elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Offices .
    This interface is a container for a partial hierarchy retrieval.
    Like all OsidLists , OfficeNodeList provides a means for accessing OfficeNode elements sequentially either one at a time or many at a time.
    This session defines methods to receive notifications on adds/changes to Offices .
    This is the query for searching offices.
    This is the query inspector for examining office queries.
    This session provides methods for searching among Offices .
    The office receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Office objects.
    The search interface for governing office searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Offices .
    A Process .
    This session creates, updates, and deletes Processes .
    This is the form for creating and updating Processes .
    Like all OsidLists , ProcessList provides a means for accessing Process elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Processes .
    This session defines methods to receive notifications on adds/changes to Processes in this Office .
    This session provides methods to re-assign Process to Office mappings.
    This session provides methods to retrieve Process to Office workflows.
    This is the query for searching processes.
    This is the query inspector for examining process queries.
    This session provides methods for searching among Processes .
    The process receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Process objects.
    The search interface for governing process searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Processes .
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    A Step is an element in a Process in which Work is processed.
    This session creates, updates, and deletes Steps .
    This is the form for creating and updating Steps .
    Like all OsidLists , StepList provides a means for accessing Step elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Steps .
    This session defines methods to receive notifications on adds/changes to Steps in this Office .
    This session provides methods to re-assign Step to Office mappings.
    This session provides methods to retrieve Step to Office workflows.
    This is the query for searching steps.
    This is the query inspector for examining step queries.
    This session provides methods for searching among Steps .
    The step receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Step objects.
    The search interface for governing step searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Steps .
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    Work moves through Steps in a workflow.
    This session creates, updates, and deletes Works .
    This session provides methods for initiating a workflow.
    This session provides methods for managing a workflow.
    The workflow manager provides access to rules sessions and provides interoperability tests for various aspects of this service.
    The workflow profile describes the interoperability among workflow services.
    The workflow proxy manager provides access to rules sessions and provides interoperability tests for various aspects of this service.
    This session provides methods for looking at a workflow.
    This is the form for creating and updating Works .
    Like all OsidLists , WorkList provides a means for accessing Work elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Works .
    This session defines methods to receive notifications on adds/changes to Works in this Office .
    This session provides methods to re-assign Works to Office mappings.
    This session provides methods to retrieve Work to Office workflows.
    This is the query for searching works.
    This is the query inspector for examining work queries.
    This session provides methods for searching among Works .
    The work receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Work objects.
    The search interface for governing work searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Works .
    This session manages queries and sequencing to create "smart" dynamic catalogs.