Unified API Developer Manual / Version 2107
Table Of Contents
The
WorkflowRepository
in com.coremedia.cap.workflow
handles processes and tasks. It provides two
aspects
WorklistService
and
AccessControl.
You may want to start with the interface Task
and inspect its methods and its
state diagram. The access to variables of a task is exactly the same as the access to
properties of a content (see
CapObject).
Keep in mind, however, that there are additional data types available in the workflow context.
Afterwards, consult the interface Process
, memorize that although there are some
similarities in its state diagram, equal state names mean different things for processes and
tasks. See Section 6.2, “Workflow States” for further details.
Conclude the first look at the workflow repository with the WorklistService aspect and examine the various collections of workflow objects it provides. Some background information is provided in Section 6.4, “The Work List Service”.